============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_encryption.py FE

==================================== ERRORS ====================================
__________ ERROR at teardown of TestEncryption.test_simple_encryption __________
ydb/tests/functional/encryption/test_encryption.py:166: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:684: 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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   GRpc shutdown warning: left infly: 1, spent: 4.213915 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 7.716768 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.290186 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.805743 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 18.156664 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.522779 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.916069 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.249742 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001752 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1436742==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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e8ebb2 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034e8ebb2 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034e8ebb2 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034e8ebb2 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 0x000034e8ebb2 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034e8ebb2 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034e8ebb2 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034e8ebb2 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034e8ebb2 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034e9d82e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b714117 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b705a94 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e8eacc in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034e8eacc in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034e9d82e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b714117 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b705a94 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c367ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c367ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c367ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c367ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c367ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c367ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c367ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c367ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c367ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c367ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034e9242c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034e9242c 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 0x000034e9242c 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c367a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c367a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c367a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034e9242c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034e9242c 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 0x000034e9242c 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e9241a 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 0x000034e9241a 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034611044 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034611044 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034611044 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034611044 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034611044 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000034611044 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000034611044 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000034611044 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000034611044 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000034611044 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000034611044 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 0x00003460fe12 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x00003460fe12 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034616330 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000034672578 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 0x000034e9d166 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b70f30b 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 0x00003b705172 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034610fa2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034610fa2 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034610fa2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034610fa2 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 0x00003460fe12 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x00003460fe12 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034616330 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000034672578 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 0x000034e9d166 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b70f30b 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 0x00003b705172 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 240 byte(s) in 3 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000022687436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
E   #2 0x000022687436 in NMonitoring::TDynamicCounters::GetSubgroup(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>> const&) /-S/library/cpp/monlib/dynamic_counters/counters.cpp:137:19
E   #3 0x00003b7c164b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
E   #4 0x00003b7a966a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
E   #5 0x0000453d7a07 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetFinishDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:495:20
E   #6 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #7 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #8 0x00003b6fd6bc 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   #9 0x00003b6fd6bc 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   #10 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #11 0x00003b6fd6bc 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   #12 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #13 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #14 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #15 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #16 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #17 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #18 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027cc18e8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027cc18e8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027cc18e8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027cc18e8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027cc18e8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027cc18e8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027cc18e8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027cc18e8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027cc158f 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 0x000027cc03e8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7b9c3a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7b9c3a 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 0x00003b7b9c3a 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 0x00003b7b9c3a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b7b9c3a 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 0x00001fb7d09f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b7a7fdf in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b7a7fdf in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b7a7fdf in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x000044410fde in NYdbGrpc::TGRpcRequestImpl<Ydb::Scripting::ExecuteYqlRequest, Ydb::Scripting::ExecuteYqlResponse, NKikimr::NGRpcService::TGRpcYdbScriptingService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b6fd6bc 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 0x00003b6fd6bc 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 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b6fd6bc 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 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_encryption
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/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6516
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11456
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22844
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19144
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6762
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17101
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:479 Working directory: /home/runner/.ya/build/build_root/k1d1/000979/r3tmp/kikimr_cluster_tz0f96br
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22040
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63137
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log --grpc-port=22040 --mon-port=2247 --ic-port=6516
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26719
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2440
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27077
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18159
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log --grpc-port=26719 --mon-port=2440 --ic-port=11456
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14678
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16324
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25057
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log --grpc-port=21450 --mon-port=14678 --ic-port=14152
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65076
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16505
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24747
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1066
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log --grpc-port=65076 --mon-port=16505 --ic-port=21288
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3233
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16893
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23511
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log --grpc-port=3233 --mon-port=16893 --ic-port=22844
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24389
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5606
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5606
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5607
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9776
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26007
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log --grpc-port=24389 --mon-port=5607 --ic-port=19144
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62791
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log --grpc-port=19708 --mon-port=62791 --ic-port=6762
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26558
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12263
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log --grpc-port=26558 --mon-port=28902 --ic-port=17101
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22040/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:22040/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log --grpc-port=22040 --mon-port=2247 --ic-port=6516
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log', '--grpc-port=22040', '--mon-port=2247', '--ic-port=6516')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1436742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22040/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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1436750
DEBUG    ya.test:process.py:259 Command (pid 1436750) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436750) elapsed time (sec): 4.319448947906494
DEBUG    ya.test:process.py:263 Command (pid 1436750) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) inblock: 54344
DEBUG    ya.test:process.py:263 Command (pid 1436750) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) majflt: 23
DEBUG    ya.test:process.py:263 Command (pid 1436750) maxrss: 477056
DEBUG    ya.test:process.py:263 Command (pid 1436750) minflt: 45400
DEBUG    ya.test:process.py:263 Command (pid 1436750) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nivcsw: 395
DEBUG    ya.test:process.py:263 Command (pid 1436750) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nvcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 1436750) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436750) stime: 0.28410199999999997
DEBUG    ya.test:process.py:263 Command (pid 1436750) utime: 0.564991
DEBUG    ya.test:process.py:263 Command (pid 1436750) wtime: 4.369
DEBUG    ya.test:process.py:275 Command (pid 1436750) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26719/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26719/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log --grpc-port=26719 --mon-port=2440 --ic-port=11456
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log', '--grpc-port=26719', '--mon-port=2440', '--ic-port=11456')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1437332
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26719/2
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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437334
DEBUG    ya.test:process.py:259 Command (pid 1437334) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437334) elapsed time (sec): 1.8000822067260742
DEBUG    ya.test:process.py:263 Command (pid 1437334) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) maxrss: 477672
DEBUG    ya.test:process.py:263 Command (pid 1437334) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1437334) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 1437334) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nvcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 1437334) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437334) stime: 0.20887799999999998
DEBUG    ya.test:process.py:263 Command (pid 1437334) utime: 0.5459729999999999
DEBUG    ya.test:process.py:263 Command (pid 1437334) wtime: 1.802
DEBUG    ya.test:process.py:275 Command (pid 1437334) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21450/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:21450/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log --grpc-port=21450 --mon-port=14678 --ic-port=14152
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log', '--grpc-port=21450', '--mon-port=14678', '--ic-port=14152')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1437548
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21450/3
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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437572
DEBUG    ya.test:process.py:259 Command (pid 1437572) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437572) elapsed time (sec): 4.1144890785217285
DEBUG    ya.test:process.py:263 Command (pid 1437572) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) maxrss: 478192
DEBUG    ya.test:process.py:263 Command (pid 1437572) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1437572) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nivcsw: 325
DEBUG    ya.test:process.py:263 Command (pid 1437572) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nvcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 1437572) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437572) stime: 0.228924
DEBUG    ya.test:process.py:263 Command (pid 1437572) utime: 0.536975
DEBUG    ya.test:process.py:263 Command (pid 1437572) wtime: 4.145
DEBUG    ya.test:process.py:275 Command (pid 1437572) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:65076/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:65076/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log --grpc-port=65076 --mon-port=16505 --ic-port=21288
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log', '--grpc-port=65076', '--mon-port=16505', '--ic-port=21288')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1438554
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:65076/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1438560
DEBUG    ya.test:process.py:259 Command (pid 1438560) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1438560) elapsed time (sec): 3.5937623977661133
DEBUG    ya.test:process.py:263 Command (pid 1438560) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) maxrss: 477880
DEBUG    ya.test:process.py:263 Command (pid 1438560) minflt: 45284
DEBUG    ya.test:process.py:263 Command (pid 1438560) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nivcsw: 306
DEBUG    ya.test:process.py:263 Command (pid 1438560) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nvcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1438560) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1438560) stime: 0.21909299999999998
DEBUG    ya.test:process.py:263 Command (pid 1438560) utime: 0.565444
DEBUG    ya.test:process.py:263 Command (pid 1438560) wtime: 3.61
DEBUG    ya.test:process.py:275 Command (pid 1438560) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3233/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:3233/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log --grpc-port=3233 --mon-port=16893 --ic-port=22844
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log', '--grpc-port=3233', '--mon-port=16893', '--ic-port=22844')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1439290
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3233/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439295
DEBUG    ya.test:process.py:259 Command (pid 1439295) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439295) elapsed time (sec): 2.7023932933807373
DEBUG    ya.test:process.py:263 Command (pid 1439295) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) inblock: 144
DEBUG    ya.test:process.py:263 Command (pid 1439295) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) maxrss: 478520
DEBUG    ya.test:process.py:263 Command (pid 1439295) minflt: 45367
DEBUG    ya.test:process.py:263 Command (pid 1439295) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1439295) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nvcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 1439295) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439295) stime: 0.205282
DEBUG    ya.test:process.py:263 Command (pid 1439295) utime: 0.567036
DEBUG    ya.test:process.py:263 Command (pid 1439295) wtime: 2.719
DEBUG    ya.test:process.py:275 Command (pid 1439295) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24389/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:24389/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log --grpc-port=24389 --mon-port=5607 --ic-port=19144
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log', '--grpc-port=24389', '--mon-port=5607', '--ic-port=19144')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1439758
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24389/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439781
DEBUG    ya.test:process.py:259 Command (pid 1439781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439781) elapsed time (sec): 3.973597288131714
DEBUG    ya.test:process.py:263 Command (pid 1439781) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) maxrss: 478616
DEBUG    ya.test:process.py:263 Command (pid 1439781) minflt: 45416
DEBUG    ya.test:process.py:263 Command (pid 1439781) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nivcsw: 296
DEBUG    ya.test:process.py:263 Command (pid 1439781) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nvcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 1439781) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439781) stime: 0.206681
DEBUG    ya.test:process.py:263 Command (pid 1439781) utime: 0.582178
DEBUG    ya.test:process.py:263 Command (pid 1439781) wtime: 4.013
DEBUG    ya.test:process.py:275 Command (pid 1439781) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19708/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:19708/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log --grpc-port=19708 --mon-port=62791 --ic-port=6762
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log', '--grpc-port=19708', '--mon-port=62791', '--ic-port=6762')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1440512
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19708/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440525
DEBUG    ya.test:process.py:259 Command (pid 1440525) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440525) elapsed time (sec): 1.2056612968444824
DEBUG    ya.test:process.py:263 Command (pid 1440525) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) maxrss: 478568
DEBUG    ya.test:process.py:263 Command (pid 1440525) minflt: 45439
DEBUG    ya.test:process.py:263 Command (pid 1440525) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 1440525) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nvcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 1440525) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440525) stime: 0.183226
DEBUG    ya.test:process.py:263 Command (pid 1440525) utime: 0.560437
DEBUG    ya.test:process.py:263 Command (pid 1440525) wtime: 1.218
DEBUG    ya.test:process.py:275 Command (pid 1440525) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26558/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26558/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log --grpc-port=26558 --mon-port=28902 --ic-port=17101
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log', '--grpc-port=26558', '--mon-port=28902', '--ic-port=17101')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1440824
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26558/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440826
DEBUG    ya.test:process.py:259 Command (pid 1440826) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440826) elapsed time (sec): 3.5441970825195312
DEBUG    ya.test:process.py:263 Command (pid 1440826) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) maxrss: 478140
DEBUG    ya.test:process.py:263 Command (pid 1440826) minflt: 45405
DEBUG    ya.test:process.py:263 Command (pid 1440826) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1440826) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 1440826) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440826) stime: 0.238178
DEBUG    ya.test:process.py:263 Command (pid 1440826) utime: 0.527915
DEBUG    ya.test:process.py:263 Command (pid 1440826) wtime: 3.583
DEBUG    ya.test:process.py:275 Command (pid 1440826) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6516\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11456\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14152\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22844\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19144\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6762\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17101\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6516\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11456\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14152\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22844\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19144\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6762\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17101\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444477
DEBUG    ya.test:process.py:259 Command (pid 1444477) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444477) elapsed time (sec): 1.8987231254577637
DEBUG    ya.test:process.py:263 Command (pid 1444477) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) maxrss: 663284
DEBUG    ya.test:process.py:263 Command (pid 1444477) minflt: 51789
DEBUG    ya.test:process.py:263 Command (pid 1444477) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nivcsw: 270
DEBUG    ya.test:process.py:263 Command (pid 1444477) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nvcsw: 467
DEBUG    ya.test:process.py:263 Command (pid 1444477) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444477) stime: 0.288942
DEBUG    ya.test:process.py:263 Command (pid 1444477) utime: 0.603167
DEBUG    ya.test:process.py:263 Command (pid 1444477) wtime: 1.913
DEBUG    ya.test:process.py:275 Command (pid 1444477) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "block-4-2"\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.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "block-4-2"\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: 1445013
DEBUG    ya.test:process.py:259 Command (pid 1445013) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445013) elapsed time (sec): 1.5494494438171387
DEBUG    ya.test:process.py:263 Command (pid 1445013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) maxrss: 663284
DEBUG    ya.test:process.py:263 Command (pid 1445013) minflt: 51731
DEBUG    ya.test:process.py:263 Command (pid 1445013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nivcsw: 242
DEBUG    ya.test:process.py:263 Command (pid 1445013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nvcsw: 525
DEBUG    ya.test:process.py:263 Command (pid 1445013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445013) stime: 0.294676
DEBUG    ya.test:process.py:263 Command (pid 1445013) utime: 0.5396449999999999
DEBUG    ya.test:process.py:263 Command (pid 1445013) wtime: 1.578
DEBUG    ya.test:process.py:275 Command (pid 1445013) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:557 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:564 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_encryption.py::TestEncryption, test_name: test_simple_encryption)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24613
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19309
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12012
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61804
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24680
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62143
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25158
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11209
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26567
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1445593
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445600
DEBUG    ya.test:process.py:259 Command (pid 1445600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445600) elapsed time (sec): 1.583808183670044
DEBUG    ya.test:process.py:263 Command (pid 1445600) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) maxrss: 668688
DEBUG    ya.test:process.py:263 Command (pid 1445600) minflt: 45289
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nivcsw: 280
DEBUG    ya.test:process.py:263 Command (pid 1445600) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1445600) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445600) stime: 0.23813399999999998
DEBUG    ya.test:process.py:263 Command (pid 1445600) utime: 0.505258
DEBUG    ya.test:process.py:263 Command (pid 1445600) wtime: 1.601
DEBUG    ya.test:process.py:275 Command (pid 1445600) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1445854
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445855
DEBUG    ya.test:process.py:259 Command (pid 1445855) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445855) elapsed time (sec): 2.8834710121154785
DEBUG    ya.test:process.py:263 Command (pid 1445855) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1445855) maxrss: 669264
DEBUG    ya.test:process.py:263 Command (pid 1445855) minflt: 45368
DEBUG    ya.test:process.py:263 Command (pid 1445855) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nivcsw: 317
DEBUG    ya.test:process.py:263 Command (pid 1445855) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nvcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1445855) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445855) stime: 0.224994
DEBUG    ya.test:process.py:263 Command (pid 1445855) utime: 0.543256
DEBUG    ya.test:process.py:263 Command (pid 1445855) wtime: 2.896
DEBUG    ya.test:process.py:275 Command (pid 1445855) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28639
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23306
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13707
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19059
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23761
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5571
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31663
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log', '--grpc-port=4654', '--mon-port=28639', '--ic-port=22655', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1446528
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4654/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1446536
DEBUG    ya.test:process.py:259 Command (pid 1446536) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1446536) elapsed time (sec): 3.1841681003570557
DEBUG    ya.test:process.py:263 Command (pid 1446536) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) maxrss: 670320
DEBUG    ya.test:process.py:263 Command (pid 1446536) minflt: 45409
DEBUG    ya.test:process.py:263 Command (pid 1446536) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1446536) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1446536) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1446536) stime: 0.200258
DEBUG    ya.test:process.py:263 Command (pid 1446536) utime: 0.565685
DEBUG    ya.test:process.py:263 Command (pid 1446536) wtime: 3.224
DEBUG    ya.test:process.py:275 Command (pid 1446536) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log', '--grpc-port=19059', '--mon-port=13391', '--ic-port=23761', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1447065
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19059/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447069
DEBUG    ya.test:process.py:259 Command (pid 1447069) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1447069) elapsed time (sec): 3.104811906814575
DEBUG    ya.test:process.py:263 Command (pid 1447069) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) maxrss: 670964
DEBUG    ya.test:process.py:263 Command (pid 1447069) minflt: 45361
DEBUG    ya.test:process.py:263 Command (pid 1447069) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nivcsw: 330
DEBUG    ya.test:process.py:263 Command (pid 1447069) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nvcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1447069) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1447069) stime: 0.210357
DEBUG    ya.test:process.py:263 Command (pid 1447069) utime: 0.577299
DEBUG    ya.test:process.py:263 Command (pid 1447069) wtime: 3.119
DEBUG    ya.test:process.py:275 Command (pid 1447069) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
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/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 62143 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" node_id: 50001 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 24613 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:62143, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:24613, location , 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)]
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:22040
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 4654 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" node_id: 50002 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:4654, location , 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)]
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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e303cea70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NjVkZDZhZGYtOGFlZmIzOC1jMTg4MDkyNi1lYzVkZjJhZQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): request = { session_id: "ydb://session/3?node_id=50001&id=NjVkZDZhZGYtOGFlZmIzOC1jMTg4MDkyNi1lYzVkZjJhZQ==" yql_text: "--!syntax_v1\n create table db1 (key uint64, value utf8, primary key(key)) WITH ( UNIFORM_PARTITIONS = 64 ); " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3044abb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" yql_text: "--!syntax_v1\n create table db1 (key uint64, value utf8, primary key(key)) WITH ( UNIFORM_PARTITIONS = 64 ); " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e304642f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 6516
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 6516
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 6516 SectorMap:1:64
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 29
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 6516 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038082"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038082
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 2
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038082"
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 31
}

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=81fbdfcf-44fff17d-8307286-680c9864" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15421237823521756320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=13427abf-ec5ee03c-c9b20198-3e9afe44" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692631677391115845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16777867314168108721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370342822769884389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9123070064390620681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15863044571235462602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1516114891183749255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 407426841238059247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003744894295536611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17533704565413491936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14833551871223684542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14930663823689416263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1944834795758498559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8988092089453394486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11879023531463960297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977675740049628355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7783968590873283483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11599251650694808232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13291355555753899552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291301144983920933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374003902247168116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15035870226237752621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583169045904732915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386828173338390104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16977047724351353603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10428211576987720205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286475688331996500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030676046759501002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925430033315696092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638844608162389550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12684558835461438969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671344999219798464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17161539347745083860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561687442316900122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14563400972425179324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16643185677574946979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11220137132256729742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706007610614269092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8741452068401723879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 212239341923467433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743255207419027089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386240523478617872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465029942737352679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518355233647898329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6493610003293293934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747616652702170766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12977887855245420075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1779806053260650700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8496117209866140137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7506822710491650779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804255660112827650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414949465583889568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6514295579402298792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826776008101209814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191424581272583128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11251375581837453275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2861156024138839788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5322941947960119141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775683962279988693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149995968993210856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 778690574792028836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831634809164787591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14063810667665854213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9222719228403136397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18340099147509850847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 986070429541613323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074357129240856681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13366036974766760913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617052361749586901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16525196556253736629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14823212444320104631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13979945288841585438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316260130278535874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16712775545066803070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722701173489838086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356731386656506540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091981629224097267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10608141190392904598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470798368773279905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720614471127844263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810921161559334214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9970531505345688853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2068735791437107026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3857729662704532375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300881632065423891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128687607031275997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283961993006324114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17824525686906430490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3663161633842364727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205898470779937116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8182898027711563767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764234676015289442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2304576687637653004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180616857957219480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368788324297978440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655577279321079988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3701532027809313597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16278340872226983268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3748503131434113964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5403183646634042004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564969992038958776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2168895594503918194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695734649147243619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978505604887240479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11025000853839368376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4873130624551513327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12092630897028796445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14694725457591734262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17512161181510052994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 114371224419054898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14018398428944596055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269615914245970032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087919966728492711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519597542073746518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6927982117398227432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825344063419537697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10904339291868397373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294923753092939321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15418388176438830139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6725678220184057574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435967866362125547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9709891395765657459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320709848093178277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175394121254390972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557407104537800583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654027073266370641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586187971973009486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430537216921033148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10972683088237139379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5130295238343429371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275424163944584912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6178474560026414766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12436465774617925915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14643233844031899874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406133310373686935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13827072804150188445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16815791177420356715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9988040510103722782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4452841051487899816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9872252837075021125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4645233596971582555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12662995957820830081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670708125491870746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4466336093126725183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753189789990750015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128452913781648060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16893491879747559727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446282098097261831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103946845211244729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3951422688826727156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9834923941056743812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10973945707487371681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433687538602110118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420671659460191168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4629124117673878940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10091972461789746358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265600351804679945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940441603672548376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9824096341764622085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540441668392304701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605875563542352469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8428585275170417192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572337864667165994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12155866335101675969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134902565666455560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728082175324409433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13553606614110908911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2402160695757014970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130918072738701836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413988335635350961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12313997947054216755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902377480154040219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953300898348372505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517394380096565731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747165391655542983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081111864157799077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8515388909481196934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12885096494756026918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2752144804173433587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680020769891540821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3506320954184372190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522466012636378500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10436122999879412434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383973764800124505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932594868032726493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12359794294644254419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11121383452816007336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17776116417795135437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446225540148547417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804602526777508810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023862761144176506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12752609305815492870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650596522401848720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13482038300571914361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14553102841868791691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10633300525276932206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823680765305291251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16607461193840882496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406154117510829527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398422469292101601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15685712177398862255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049754641953808085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068680505241337950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963074799758818189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15775777942143692734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474075035654265870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4844413771220556388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568299288766937138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764269751407800756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392486727056877721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15126120161094343236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866541927545014326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 65537391842800074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142828064890241673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4685718510487883801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168935459487665501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7310316591286675951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229793336166279411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227859667429156063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5701084218650870429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611409019515804522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9382862475120793393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12900726599687754870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5825648111384876469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17593625242854389173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157815583603916610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037147602167056689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805278020095291494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17859820609356183992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044154835673255652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6607079741743242789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026595553207716094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285610859581751710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13436514530178466999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4113296190201924449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7576393143462508201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6748805935344693666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922238655986191565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4139000977278828895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14822074278163554263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6153211797221224724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24613/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10930290638046583195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202891058064782623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8379542129457737737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13346103488172204921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5076299183656285301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418799081228265821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8522723840706638217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399799837069005674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16537726859960857821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59552434135222329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068052777611065633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1596443683900410525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3301970195840059201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275156186476759410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5902869335107756428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16141384988909911995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409837553133320039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17216321684488360186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579652864940905655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532015642876985264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13673141902973797081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353228029383996851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384872957382958576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12631492127481618669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16732277915862803227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732853259225672473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 505670989052472007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6136375537758005427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1116665971817065260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1259265031813079409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578539466795715117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193695478527072375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449771226613650508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081871424544346959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14515124831591547880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456640738553370103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749103572715814311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12761637463527729673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062544931965524744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090891527301618365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262892555785496134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 647557296049952523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15795426135092442277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7344212626980251523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ya.test:process.py:628 Command pid: 1453644
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580414830425438052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1453646
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14184049420754440161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9926815023998130036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5642176751011958772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902591629117185864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532045075560391053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16189220465817385014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322314655011734114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18139087546175288914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196874290012876049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7219271760412153835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7443409756851378661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11706308559218728415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9580079263217626578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17967335820810985405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14410804582335750415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354325962335257873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10188043573736766816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326746367874218540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665722713303920105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269593679377469933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162352859713833528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431795399796465911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6320886638002296333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555917133652907979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742369256743276585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946537406381514705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513551721680625351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13169179063520317021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983858251776353299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471585194594567468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2040432851742517398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778876786674924267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11732888073118979731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18268105546951223099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17479551762105383841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13916725058397499666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752750517206654063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036498512571727576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15861307395768444910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989932526929536861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8927099311087977685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547288757846433269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13025702427293311485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7611141614666323177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3613833794618157318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 97703234077559114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526007739604793595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008108178174394073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074665365849612081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695806663693761440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633816092819164702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1453646) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453646) elapsed time (sec): 1.3758304119110107
DEBUG    ya.test:process.py:263 Command (pid 1453646) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) maxrss: 742448
DEBUG    ya.test:process.py:263 Command (pid 1453646) minflt: 45365
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17424118496359812658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070188207655308947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1453646) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 1453646) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1453646) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453646) stime: 0.276659
DEBUG    ya.test:process.py:263 Command (pid 1453646) utime: 0.520622
DEBUG    ya.test:process.py:263 Command (pid 1453646) wtime: 1.378
DEBUG    ya.test:process.py:275 Command (pid 1453646) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11610206195208806838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283974497753145759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17847877508657243737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15415832831340322126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566511606580619907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11792081149422091781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 220807530149719316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492307596348290622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739778655829434167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997017188646090878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17303125717187589728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6992096067387649823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16158252211427858446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14013500050481619449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701392173271643805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7503491574781248684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058133835138461700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7043462574461421194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311023036444456687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10282142116598388094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111256047846672658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15586793662951377830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251764883593505094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168847586828063755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636143653115882598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2963303429870226262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11818331327743923999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494879209252026421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518550692181043652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575336508515968371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7658690777325504128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133174825343515549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11763999765887938265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8392983672471655475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10102851120026636881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6617508498737394994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5209270784941462957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320299469896996587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4462684269324788899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12783732235892832595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674038047103248858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335447319648917697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940986119274175216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206844603254309400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139857676881210471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9902807611530143685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311133747091413048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571901893615487353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080585589748050977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1748757698806179379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12476760117373059847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558529039909957643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827148734494517663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379065763115225798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129657047250737869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6468394354802602149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1722703527237779103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044990940848707927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3983220138681845928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9783467570411741037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126738001662892141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3705426427290601919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924493417046219378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595441367982607268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327097442503895594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7016621731988466513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15329061350195511959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165584349181648038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14710400355441497409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1382476179682276901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941031815763726731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14677382876385830674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955581300465330680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621623727828384401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9453874681989579362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649916251973220353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897551123017768456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6967556950713674547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475060027569419706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16753755734134723334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192020538803566587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829110584309762513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18340304099909177708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9301729413089559354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571300998869941309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7044961737315631192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1334913656280335078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16103222624321357440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 55300948826569652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648752761797206242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2275117439718652784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15670734549480302213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8152653623007182584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5053313335408900855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7459551589762648688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492579125173339905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179856626213304921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885385938585829757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 990183997411270302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3493382531915961114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14132375236108873353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 592283217083893657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217281997392420950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9568746451232728593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13406383805604331027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347760729228172615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14995361165954693788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11548565545761614147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7532317851333323495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640881294760745326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3160656825116482791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8770716786343193352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502455420428036433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14346154556500554331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244892005552267774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12840657990566102730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913625808920580186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289362818035761751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15304705360184232467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967307561970275879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252689113137694797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3189201908908193458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856130227840290933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2885630276971140860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1180879061725926990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3615661766202535549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420880116186828166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17974150388132357373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12009494804667487830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876072308546591888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851620643473363532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16270998648330639477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12997868646743937962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636024294340609507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 586861385239177303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10534645275162617091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164924802561827180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16307969488993939696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859570628929069405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17393331965795095178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6063196024652523293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13969665964726894142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5381329305728021169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487082089503102033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11591563483485874394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13251574711374132118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386610636301998097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426899293244391227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196348121540486302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1288149230287518072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233678615608530715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12298755744569000591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18161508673101833852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3388780791488039042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387059236676332019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152075007120454197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14701513577834068614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15146310216624089608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2369097673147117516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14050385503714867686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511021163665269089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3894024470406790211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14512263873294712049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098682309903919891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4480543395609887880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9125987461271013903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7758098786346677178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586873997467841675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5991654894553249546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074616164703099381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696792206823448573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3935211567477039816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4703257902064827565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154258536908096278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11233369589230966128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2145875163521727743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970243639441343890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7653833712794700534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359213854761157480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16745538144807211573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15691143651248995261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895403438482180903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64796118234012477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038112248418383414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9309248743619508780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933089206310592603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13998403970574111665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780584711250232625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8982158820102459871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946835697945863993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3222069618872852563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022590856479237391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9697614422277363013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541066160884516842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428169216498057524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 766948012987620686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330723050756584626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13919801652543974865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10869974912585102160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304379943408836519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700392684114910261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866179886137896855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4955427100006132188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982840413596354204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468660860599307073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3510084096350161953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680388800091217745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271341564716842586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3914838130023865459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873650404864969993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415154189973802119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501155713318684374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258101408184337502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6675564553976538469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6775503767279399464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15519229923741550207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9855602191000893549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6244967441941878931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13103371503086178269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6343900225723183559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13352034447021226280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14416278061496512752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371819824629496415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9404179903666414976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4719998882499388338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4274198153849806798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463370885214865860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8602738962559735672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6765017201576300749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5087473587729469198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679634145792489213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312374668885268175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949407480210392630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7213579037490266771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4507228205284128042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7206109790233374038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9285860634807798191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16207943689204872036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276914814741189701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7243902535144583677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664923915900432683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456178639512750010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6785862247628084344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15833028090218645056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237878648583254928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1249843623863754785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486180791164269155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10892697615262496723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15191990591703526775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11816463713080410887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13972553268854896925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1261179339586969092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1183740944180571033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12170028909376821488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12957872398820418789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18327657770617274890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18149390997320740530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6722949800122182603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904477302884238413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070276577597986116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4728124390042124177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798889644469438488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14460655376214671862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9328732938232866880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241524323209225950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12714702313525404425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 149384493514786286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3381836897870815387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443810813566833623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774631985244420972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11909696630329535019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708608103352199926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10335231897260195423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298589950649243312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13104067598120033634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9848902967553363270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047786643435981515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9264940149555263173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10594149707106878415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11085770627378760691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578724096193800691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5739566200135879327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6937210333340359761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091851081342504816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7874016557701182567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741293746393120864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10404300965012677353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10912965758105082823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271981148367562705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7192585777056843575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370694415191289066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15449034639112009153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9729074491613613853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046964018578792081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3872239787860428755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14305985379833735113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165603589027784280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719780534106613412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730261808906622435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157944218410443912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12436772049715894233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 609499321197512707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554312443816444629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4709900971072415600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193799560788261307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6035848293833751423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562217656863492453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806336008254385530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354202343108124162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420082158791622138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12622161008924165752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14295639764703913503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624575495261382917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1349900874122948424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12297682376269598776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7106938866805690977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1962249784798043176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089782695326807157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415721998614213390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496458721786466794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869692681009231967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336569805003424675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5561040549005151529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016948048210915363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367493707462503037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552004470015489005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4037109900173835797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10258915758150823040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487422831668434547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14953891884171362920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678689283011157259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13494541049535368588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 261490041946006688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8661733050522358577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720208673952336431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329178363412505486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7576089143751060810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493314600622148862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18089049838049849687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6156192760283726251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442460662718926851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2127794875482265661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18121444467849869615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596964236919800792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977069083191340149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643700582255217686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435046367907029929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17277387372587384345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6816958208131204954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386013364284724723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8931241534712075299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965553331278673915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4740351689691818158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14464957603217755386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17979770965335051178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202613517639504160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756081489146997122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15701427336059036124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 783742339921477960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2012067977592525357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11861466970019030883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13812779935950969342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695327374887891509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16851816139752228202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996659041783650557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5103959640127081471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 818974920005267880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945075143192013260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189777862248840976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429127819258984354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850629422051781546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16376516348732139130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900041735331043420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16216347114649023420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371978460818377770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14879888825696119862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625789580487767472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283937986172108706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15985095670406996060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733151063177815401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62143/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17214229887392529786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411868834567848686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 847035775720144319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15226254210184720504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418305181591050838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007420458362534486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505524141734331378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3453678116910798462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13379733361226839507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12350746749059833707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 320949518072237348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385051924046137343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304148274407519657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248811544248913331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13591965490337544009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040379075558633455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882146493447963005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6767434563979670699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615308267202518277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973740200986398040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15677053108491837575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521912663185610647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11358961266049321188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5710058738319842100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7027226685163688906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111089866020869938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593149505975182367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11642787928517641367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014879989385363581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9515660060945922212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14056090422903845323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831550838275697866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161225385306426198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15436899139285742603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:628 Command pid: 1461055
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1461062
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361883798287203113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607786382622880258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317423526124960004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11182679162334570691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484333390387972149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379972419857209866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173408527058957202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 940989950083715313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007457128352897762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206053088545806169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457644408472659787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313694625783493359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7875448018102894729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376823588764787215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16739036104944754711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16410486493987828964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 432876760601693171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16186397097820097636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10327921013106072454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433743270746667896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924781519781355666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218791445055807703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348387237981916504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672436964920582579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8900131109395860149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8749685067482400456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8633791175785210421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226155886975434406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1942816235531447156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1984433696984261848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13339153889703609594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717350150008728848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499403748780086435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334469279098239127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23041448442428749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14121948057751319753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518763254817268785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895036605521785760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6557555863768037281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9870923734331999256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623587022507647303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741091852149617494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970173205172823016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14573580992810046719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12174831288132361342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429568021368198440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479131067036706320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254114680073266008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17060544151501954193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1461062) rc: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16108924196243368910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:260 Command (pid 1461062) elapsed time (sec): 1.2190866470336914
DEBUG    ya.test:process.py:263 Command (pid 1461062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) maxrss: 772268
DEBUG    ya.test:process.py:263 Command (pid 1461062) minflt: 45401
DEBUG    ya.test:process.py:263 Command (pid 1461062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nivcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 1461062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1461062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1461062) stime: 0.23749499999999998
DEBUG    ya.test:process.py:263 Command (pid 1461062) utime: 0.492029
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1461062) wtime: 1.221
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ya.test:process.py:275 Command (pid 1461062) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5503723468928631996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938263432720236851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909153998550425440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e304641f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e304641f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31ce0cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31d0c6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 2 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31d13430>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31d13430>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16625266891230561928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:19.088307563+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:19.088307563+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31d13430>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31d13430>, reason: session-useless
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.connection:connection.py:52 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=81fbdfcf-44fff17d-8307286-680c9864" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31d13430> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17138985572854455490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12821205477411338511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248041730494836702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038943, txid 281474976781054" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdhzvax124ybjqaejnmyt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038943, txid 281474976781054" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038955, txid 281474976781055" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj180b0t4g850cb24350" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038955, txid 281474976781055" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15174128438248078277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093826679276135670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781058" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj94f8s88vy4p1adkx7b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781058" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038906, txid 281474976781059" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj9cbknxq7v5jeq725w2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038906, txid 281474976781059" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242491419900328760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2441428649286594679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5908542368649198497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356147315469801480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4400653122419590857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3042556217484327121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256605234260161329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8772777848293522145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11590014573691934392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322261103067199556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191782164851463770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 146942027247119179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787791307851301001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571675063530236504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7614712222882264042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616172190967565983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979902668551665740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150560951272242416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711687807170963716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 262028729064900578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794625669634519404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950079523861632065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12437233683937832583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848011517661696811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8699785731055737983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4042411685556796384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2435841871026693354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053379965823704060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7932775022574947048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932866792097079070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10960843096818021095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10037021123775088601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16864096961434380893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2879638957608199011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8755565085184173856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999892549092048239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16547547342814785335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965230663598496798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364111905158700458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811235795176074942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642334725540560304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9785256102034983543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198556769716906727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1893697267410126294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2556887055085955785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7203792182487290247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298125166171135054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15063831713923640945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472960305125055476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2540673237901264713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10149362150768903221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053755511814296603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15625726183512505817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15278689039870383356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3715185558984445346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1580787478013347379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6661121268020046754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982143735900895980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276765942211649813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518879987980605866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10523451969012021795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10047124387651006756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13417243281990734821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278415833131532382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830191684978090318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188865928143716646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773424425051790022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4927488749027785636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14817682348370976523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141703692925933552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709678712170688055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881997606920422033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 419957568639857495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206846538867071497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877571766386576516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6626938740549164933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16331201227300628580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4294344809787367380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112565713634477836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14459432588104729730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10981885984187382166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14541221157949694781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597103426495446216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041045709855576308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120099549123251860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7046214030408921832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9398417557125837316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374838309963489722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14826057411894945945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17404842663942107415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9848760719971315954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2253617538727719838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4598185394197170924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837830977037184456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314514846218694625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359710039966619743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14253900081861914889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750924816078426682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230599164515707844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413996524431491633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674766473877819193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4932759838846510560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914005159938003787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527554827140610080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12239046258433600492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168651908888711113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13413303630643497047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314064380190818856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10038104487555242570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617666131114673092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561711340190070994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4654/3
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18178383890750196675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8145006112778215794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15940915468846354593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11360286046472310760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2521206153907981737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747011407485492173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3937362916279534640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9583419338322269856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1506125577112079669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753935746217918908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628184694517018878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11631714319450129199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109882697955937063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16461461125832425887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9161023446823003044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 271536914386085723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809419579188911530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12348637323979978876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14600675679505928081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235951897772481037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298337688389357143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927595393861431966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18040440313207338150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266210728904515738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4530834575024967712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976724721508228735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12219148837402340783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335176468503055357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117213797741081986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7138116555681122386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293727848775399163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479242990634793199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9917473666481158059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1687487265861390754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 210427808779512231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751962766029392924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3913986777262950409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log', '--grpc-port=4654', '--mon-port=28639', '--ic-port=22655', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1463584
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4654/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1463587
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14869212019674436869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286093241057306909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6611230007297318304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9002201432076807315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5061435594737606940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5723329335244659428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341005114245508401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 160125363659831943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576604534865231164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467568765565067089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3293720996989123299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831475819748437684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16274865278793133184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12316477349311235924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740107317138138268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356461558778877571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5175404391524047462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289551282776902830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981401068618066452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488282064155992958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10625357561257112184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4544462096202304360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1463587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1463587) elapsed time (sec): 1.1325187683105469
DEBUG    ya.test:process.py:263 Command (pid 1463587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1463587) minflt: 45387
DEBUG    ya.test:process.py:263 Command (pid 1463587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nivcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 1463587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1463587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1463587) stime: 0.191122
DEBUG    ya.test:process.py:263 Command (pid 1463587) utime: 0.521768
DEBUG    ya.test:process.py:263 Command (pid 1463587) wtime: 1.135
DEBUG    ya.test:process.py:275 Command (pid 1463587) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930636897759969341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e304475b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e304475b0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30a97a30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31ce5830>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31ce5830> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:156 In flight waiters: 1, preparing session <ydb.table.Session object at 0x7c0e31ce5830> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.233994698+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:19059
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.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30ab4670 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 2 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30acc0b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.233994698+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.258663694+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:19059
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.258663694+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_simple_encryption_1. Endpoint: "localhost:22040". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 4654 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" node_id: 50002 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:4654, location , 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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30a97a30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30ab4670 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:33:33.371762672+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30acc0b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30acc0b0> is no longer active. Current active count 2.
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:33.380302237+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30aa9670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30aa9670> is no longer active. Current active count 1.
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:33:33.388037209+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30ad26b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30ad26b0> is no longer active. Current active count 0.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e2fc0d4b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30abd270 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:36.797946738+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:37.13863135+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 62143 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" node_id: 50001 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 24613 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:62143, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:24613, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19059/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log', '--grpc-port=19059', '--mon-port=13391', '--ic-port=23761', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1465586
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19059/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465587
DEBUG    ya.test:process.py:259 Command (pid 1465587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1465587) elapsed time (sec): 1.0633909702301025
DEBUG    ya.test:process.py:263 Command (pid 1465587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1465587) minflt: 45326
DEBUG    ya.test:process.py:263 Command (pid 1465587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 1465587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1465587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1465587) stime: 0.22458699999999998
DEBUG    ya.test:process.py:263 Command (pid 1465587) utime: 0.48462099999999997
DEBUG    ya.test:process.py:263 Command (pid 1465587) wtime: 1.069
DEBUG    ya.test:process.py:275 Command (pid 1465587) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 11456
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 11456
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 37

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 11456 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 2
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 38
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 11456 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038083"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038083
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 3
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1002
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 40
}

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24613/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1465882
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465883
DEBUG    ya.test:process.py:259 Command (pid 1465883) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1465883) elapsed time (sec): 1.3849034309387207
DEBUG    ya.test:process.py:263 Command (pid 1465883) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1465883) minflt: 45319
DEBUG    ya.test:process.py:263 Command (pid 1465883) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nivcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 1465883) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1465883) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1465883) stime: 0.20457799999999998
DEBUG    ya.test:process.py:263 Command (pid 1465883) utime: 0.542396
DEBUG    ya.test:process.py:263 Command (pid 1465883) wtime: 1.396
DEBUG    ya.test:process.py:275 Command (pid 1465883) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62143/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1466316
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1466317
DEBUG    ya.test:process.py:259 Command (pid 1466317) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1466317) elapsed time (sec): 1.155604362487793
DEBUG    ya.test:process.py:263 Command (pid 1466317) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1466317) minflt: 45315
DEBUG    ya.test:process.py:263 Command (pid 1466317) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1466317) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1466317) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1466317) stime: 0.216799
DEBUG    ya.test:process.py:263 Command (pid 1466317) utime: 0.558636
DEBUG    ya.test:process.py:263 Command (pid 1466317) wtime: 1.168
DEBUG    ya.test:process.py:275 Command (pid 1466317) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 38196ms during compilation" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31a3d0f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31a3d0f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 38307ms during compilation" severity: 1 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31a3d0f0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 38196ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30979930>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30979930> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e30979930>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 38307ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a4c630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a69130 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:34:19.658579841+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:34:19.682694616+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous 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-28T17:34:19.841039659+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous 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-28T17:34:19.841039659+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous 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-28T17:34:19.841271627+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous 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-28T17:34:19.841271627+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , 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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=d7274744-42123ed4-47db5846-2bb38ffe" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=d7274744-42123ed4-47db5846-2bb38ffe" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548850187443540689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13007199722846986483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13270770479684175724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2052478949461505654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719552579392639156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3938828050415864974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11465240129760418644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6769432495126222964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031153350863516400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073118995465075718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085208548577705042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12196223010529864922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699521364141585378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6909433993699919053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1031328849182763041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449704024655358638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11572871936587370450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815398800984460047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921293887084760314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243273466358236455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198620968209215729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554692426386763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295374402379768663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6381956729222913736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1859750580512462704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7440135991693836841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10781440267586949881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757267623662889813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525706399961398074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603747266957771410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962930082442511534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6711240092859369907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354566832545630397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2844781704749687658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656767097946836022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511260252731793203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15175362373677601145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212639851048874314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5994159845769737595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939354674637276866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078095984094503751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3364863087746394690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14673407952730328472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424585420841378246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7824443617858896537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045220343345969835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17974640858999761039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894157932622807202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2956074812436112371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17941655642806775944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4802233191016973822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763754018636753551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31599916214359598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10848104317523954985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14071528571586653795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067006330651165512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5502738522213111181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606950216516591370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12829580601865132623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483054794631695059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368132896832778050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4035418186721205444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292835045500387527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487692412205835969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367222078621152677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8161752666658824293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6853313932210049567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500184639267678850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16105456749469493184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12396791385445100961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644467002056050858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1861216454920825222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032622148510152891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2527307795330340178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3427646247489858069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 394790392853227793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238991423451371902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10396823388850311083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8416162092202234597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719951843847017222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091385768139161770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3104295479849033168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8271415855940003171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753893975882570856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715568056769817846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002216782642638933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896337466137270107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6888218183444220958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708871128293965474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11628840892075385966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14062529255846974465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10907267981311302764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643168779399053722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613036217466151051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533982099994508589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1821389626627359782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10021032710193870431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3203704360474288007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146878407076497580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734153932682825098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 432665606545164159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099817054795441725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1577762150670646356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3106020066112314416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8659454080852848936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16748542514051413198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1563196237288145443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130057421762520632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7910424346752778129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996260752817991982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143481042145665354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943038298391892142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6951168884008239529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3496414645645051848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7963232798595344787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17957810058932594285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877248429110507067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12831816305333681568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7928670957710262916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16756201755286970687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546118812736165727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769723520578553186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9543971768249244778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9311207157696978277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820986379626412030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3102311298777495475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354468475655494368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139634864379942701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11907253442573550684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3825465969379008112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2733602094446788123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922721574334699449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317818941112219876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7168037420944179428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11369725466664396062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072906542493781252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563296886753524408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17708412700735766799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745082416875816419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309706761265482515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713879213115258012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717797870799686075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4578396059252869929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2821875073901982473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13038283269708345207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10751713223341097649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503670067073477792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9867513438373234556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17012713037076501625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260978069933692458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015868728440352648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880446717894373981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14615024902699334983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511183582208697807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 985855026355886298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16309882191424955627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222798415997992748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091144994869415221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227677017009076257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7775616232108707090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7627287603024587949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152058360874525017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 743087454373877018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9196707818175967816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14220922596474976041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390237684004452828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13330666842769739128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1006677959440600495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12692841290204404453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506954468361828509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13872543970967650949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15163925643404588822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7466197528993872191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182694944951987665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355166035142454499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401024176554122566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 135969151077381034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032150439615324097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229823739182939745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5045837019687800782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16939906486688351192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005919824284845370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5852341947076031390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13603613999942516746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10957922505855047525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10673013432038863891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9541088949446693457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10041663831604572144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306088463707826350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820881287265870694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11394911860174879812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14237779978502407130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995116725851634070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836483748326978784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5805218667082858401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095504130566849163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006592732861329551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979810833772767579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665962672825028651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4378483513165328711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926329486998168054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436231953608139450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620929480302255852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271944930930516199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10843963499541893767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14337605613147902030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053628445483433357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831496391148949440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246165847789526013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822123789551681911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430212488391700630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619685683536357246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052395427370641730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622809318145629169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949623565244615271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8548577863268431967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679061497383517095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13834240351620537034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466819962399806642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317600034219374951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238557050300896461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015476406295463331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217123513118923492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210258834939049746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413631081321496080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9485108057062245627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826768719330488387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10246960012218628788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881371840874594364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3944262145654423305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7909269712999532884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901005047437566053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11042200500075788218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280396813767788583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8511905387402037957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433503969193882901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769092099695864278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776028258754179442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383199128371614277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551998866919319301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783921212256413644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1780376254316561000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324934630533088961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6295566492780072393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16881684103963477496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239825323040070606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10180801697235182513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8166749178712193055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239554163977928382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214669011760183075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769997947756387769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945149516200346449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13106666104324458623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256598349900850304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1685923188545314293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004503643443404180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002005746514801127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790827904276138233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6981967322631250230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734078709060844123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1763781747981984458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2722709741134192503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125571203536939393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 872711365980248932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704244709942829933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16213145698715320070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729906949828110903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612381233377991517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885357470949591706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905903005232555627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129693461213943719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1183066446177443997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17480957864798406708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310188148780970163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7630958639933936351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843519631063352822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801243484031075710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13194464450502878934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17349654741078146441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029616708787086005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3486185721423334919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468482665777102129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882317850233699046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9673706425774505161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463089688924757887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1028603906022197806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10931515253821150276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1951148622556474092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1105253533554176174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548746804118666954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470615546313462883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6058148734512955709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620428895358132448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061664527691992635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373106514085284089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707969022064476195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 665845569857631436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17791516161754525048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9966486276004944858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569108001057633605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16783028019681726851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226454245087717673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091274311645346789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8358103288071613696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017964624206997432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477088915165203297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659319972842339312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651289776804697406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15702034486047020629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11306960017467420107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1357991067846219570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 945123435746181024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716849659287217419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6370260833854506441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13063547748061069186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5290327289194392896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10107783141308481860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9600439333431432161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3591680784655801781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676595174436037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17347351090853201853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2958961527229883870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5490858332011604471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7104971504794815145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13636609491289641947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301806085693656503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347934739951897705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14035264869806191553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642947414527881868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006630251089107107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094430216940068001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5555333441858202171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1421326118586581311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7534729819829439719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620586283235105112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2861991607762859840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248618510562315460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 758450759329075309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818968528233547755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680912168105975295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18028323806297191542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055298293105420672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680285749165800772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936101433386975132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749121553280260741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13430236763538536637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842844886637087482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5670599969510675041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17949646988664861585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434175907138248879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471753796874922596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7241143921288289547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934566994912076220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11405353557076467037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118631491453514264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7619711613442167512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11218369806320473131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11481757621743963444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10691899486970596599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058422203039400005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18229001450700471536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858037897564061844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877755833065120667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204598788024064158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667424579641121816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7872592140331891125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15169879870524754257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8171811547881648473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17960019567625052231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469759270204130580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033496224816590534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5764064091106643986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112479829203833459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1483502859405939545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8627266194254217239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17030918694702677064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13949601210039160912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652990703324132066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897827881574279547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15400405991392686518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17067106321855806295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11643565377336363356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292824458842459078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76924031763812958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2893434508019592846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488659247581714553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146022858924128499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988129809819235034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15529204569855218139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16782359625061904268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779881535062080444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10113908060375526281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637747679277769664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322087701775313131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7891979287922170518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 188143437833575467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15776359021619593382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 454088507083233218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16583923163458531002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437193971149574185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2105490693841366791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9445967464120080829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1632406158681267817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531011599006148008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360109881870601158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11699945423284687503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6274032139280745927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 422672623292337416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553261268328096770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13914966728661113298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5931419226686159156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6024376702326257392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894491665347810678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046345272048011184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7754223784698880241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6782049639267860808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11667682569985969317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927417114260622532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17387763503616348116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144860235356271827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5325772373791401324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969580001902585756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6160135319060378742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10082570627971326983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251313507947307090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12570408694943543640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11925739584942196436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11442992710124234505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17883001033087331623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7492917259669975671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3382121268934952464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3691361737188357557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545516535713301500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1406024692365628176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6062546597326054860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15241382196611590576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635879637426780398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6159630729036121806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9124083067319180851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14358444623524770143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792939785270986551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2237525253230551665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357934361244445266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 481489785252066790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037650395849177538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468801282566856289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216874348227297324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425632897766990186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 66677680654077015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263293046284008123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582284486937394084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061262558107607255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17292182416773850855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345207190660559398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12245253640862802051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576766118921166473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3419092918484055880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14907272839857442587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711912226352989645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313291162919195266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728419159847450280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858358825609590219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164989500306420013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713652522438544291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5297721371207314032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4575239925280545692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296845590957379740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10984655786647956692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2000515461846178227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6862556147071797445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12613385757116831198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5370676335086679007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389405992649274800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081691649759536174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761510186240221636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15729662066290478808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681849149749474403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68636174605956274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774600909541204576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 661097965637397571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912402308691124216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4015012106267045292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560798338859525688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10601571490211892440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7416667851179981827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5340722574623441860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14436427338084914416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354649131535901027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14128002633691954957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332910156259887366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14693580724689652413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851369153242684716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5266146062897134294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4969134005990304936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733540448367981475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802396616667452287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155082330542771983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128916878734986095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188678977949380550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 135610509483418970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579750240877024808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959041543721298899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149241819691151126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8136012519731511376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12170642544591285254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11505265100563214889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7623964957463009688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258862853430040695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807041631637587943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 611208909441755998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947244181853515012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6285940507121465229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879305368245832160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3315901213819583793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12339021415561033671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527175686972056699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10581817298421312055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726509784727746116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674216928598925265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12085236503304198568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615736395376801694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9611709027256059508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093356940148534966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207721372338930860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13873090060454443960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14114134904157284676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6620575748672552776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6846334249135003087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13978399570585832160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897234829884894512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219640460092620416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519174584617001587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986733281718375961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15004031517862008213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530976329688780835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7716216225408247027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750070641594671337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071705662213913879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801455641174485700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911224369405263921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15814150631699880897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12342545890994154677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291197084366682679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505372258461248836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477357123053857671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8989517203851477986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728282601371523222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6315083200197527708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8318360138024653098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008610219721522172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1484050611256972138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4579547481816404253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4475708927194971905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16633174199380461545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907197823657743209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 934468720744547222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11523800266373391015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15803594592115782725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1307435932871754440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7050469004851035199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14115385655218897314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225423118738171424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296468964657435191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3032207682633040057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14147006954077458289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7180811580496058256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16388830943078493794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17612709951737890123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17131929751655074251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12588754319572916637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321276703669636072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2478410820446276144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603663888943930113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950959357835211117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11754393229632880342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059049355595264586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9660054676032806495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17056498775857374984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353822754552746891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9581906420426438739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860766603859979530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16391463150308281735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11417666571606179058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112683903920968657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568605448669447524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18100341256176585382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8514232394539221556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071396378827031429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13549058267845162749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1051674781084348960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320080319260465319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16153869154663430317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591736387280289661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843584598274377272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390493525624554317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370323981673396891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151560624623315060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088514201622585937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319634163839110791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350271172052056759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356815138861130773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679667432743582469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11969734149368880565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13008959537866974913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103419817296742640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2340826612034791083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6744685160524871270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043566469674907255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268180375236234110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210745185058201350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468333053369592283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6889831644955418357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283125163037916314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5976973239520525312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11067092625705483540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461778491637465160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424599067719641042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13817716628300968120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8526070240116838236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18130309634646957787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697184363472617964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82662953965058745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547115558874646172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15106087514065221988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643128710749725647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048260807873029593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5222610081612503855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831690261234721672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991623464346126414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852665443575085256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15337729645409456021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9864182368833196612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353758747139440981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13471614448913263023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17964748192971697024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17181462792304010715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1511274629186393610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189257027336147361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7704717183221835479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3022591242304871772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1132838709133406187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180421184027701284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8092202654285752719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5178276395949839515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201657208944188227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486542392582589978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12239154281040869737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947903376512017459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176176106880989731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14097562848392931391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845074535388614288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17057184640953099623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617504602156257707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759990852544152746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7742349955260725539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910228653510852985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8612537678017675065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4793777933212076506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072777858999567685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069338428672854640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12870559705329261971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293286652283857007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4167746803598945953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1540981419267781096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905448974815154189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15508639869290625198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15468715889239791692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422573257095226796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249269128153396988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8575134454189295224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4158114244275193608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4543959100472172149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772528771787078462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8790957442800105577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406945295894396149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125483651641967076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17569056847582584673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848272176878615869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637422602556267173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090245131287387170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426954350597839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6086520239329565500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10564508588063110472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587336969888909960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9444404852593185560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114346342916552679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1373281079298682177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494407542777995155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742127017750030824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4600405061732466384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14383429323066922260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7215555301109013120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16309875039991264842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409302736648352496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5224764734887736818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14034493348751537314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1892922841929203786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549376331208617687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748594531351505809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236855260903941035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842637717776757988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2094738913970354826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708550062509111937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515497645570473565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4493377900366226450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274898077804066508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13328258179119133577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415731928223476220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15871841237775673617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11366968341571316312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1070183977008960983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8962722806832880111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874465859927605922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436096625254144151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256977382681127177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1469378966425875905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154751559876683671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186445021565575459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858169863829317834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14046097560554839764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909962618697774027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14866685159973845616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762187428663310105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847579677093266550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913989709174576660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 431016189833108567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711486299944584536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929242997007025494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16092074650248629734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154308993898377908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4352563100660316115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16807891543965534699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466094181885947153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834454342024890669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7160563690530317137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4784973886332420895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864212526634246310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14979616621592954009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644953392231584374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17894124196695818059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303114453528480516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1217047422462808826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395567260720356286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7586150289785113823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679717807548775350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133602158807003010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445105699021760229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2401805241911684225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874225409158414587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238415230197868713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13580376593124424093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15710275200858535828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569591386577026085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14031069934474599265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13509659208433281141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4053461938298909363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12471037235332868299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8288445970654007177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18326610826135176800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11529410480205491211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9008229941767504964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14030212151517112976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306430162887386454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9380362308974569381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250667725898227008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11276481776689081537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750995866674287959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897044678268363681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1211446455139127768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16698880926289206055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5596972025904616283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18120996126887345750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1403718393856505256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284168745695199548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14559700442359716114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2060558109325363538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1450337225415414759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2631042635505512074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17190838972974195571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9797838578960881758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361101027323621772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837176385504169327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11750836063163357302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498075244758849789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876526097311888762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644663020843476458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12238333573428348530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964355317443211782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 337732627825365282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538828564432560347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8010908481230689991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1351064812420276815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005411360137306960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6482702271903170020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14666670124366973683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12403063764261067736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784596265348597799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9298759893887033322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10851417794795875892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151722771304813013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904594401391546142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17739426423320190763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674908454128727811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853036094763341260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18106846882910864532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842740463150615718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982033552586222561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372998456884071352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744588604678378309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4055251798729309826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716998183717285434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951221018235365417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007527676825673944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8496808119477633947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6559050591134596975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10589821655986116495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6969789993757028867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488867190869203151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12931940512595766756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5618832724984181438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435843755297215220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432307016547667157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9933214573866531043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3689021798650061273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489769406711154455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5613165928786534046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10069596184507942609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792015813277993946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18174597495170148521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547302712874267641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679264079688058019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15549798898544210668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954893751378102073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16919512260124801902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16287043588736663558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038241472644102746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12102975403722939177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10486292454949358856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9338490817734479426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13025284376216659601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11036077168364051363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6474354721026385570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8655231687461049991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1169255860990741634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968321930864985507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15288141045263896610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823555597500198496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2678352995805811413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4319703665203206858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18179820775305017567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992658720882757752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774271435188216335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9043642009797710810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696596636219632824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5794541552571618078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2309549322901183250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16920704657236531477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12762042937378368678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18023461250747789647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15246116025353418527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14054383501927069014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362533104163130945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9604083361318722127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802382200249629971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921249056537455719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16453723043503956319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8888543880618737251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274808131013310386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13671023427685322804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16334940300464282079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198049844744503396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140215422400771204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799691651379001616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041398844485336866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18377610678697505994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18241663957039778803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800845742477030833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5027755087278026988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4714685269358061682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370880102877502710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573282606619646757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10393126138687611282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11154789926417926282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516069464607223337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3376077092912667143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17369480126312649567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978179319751244053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746727844071587919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683454887396761537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 436510690104751962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14594859736165825320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3447720744924491813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665772308267394770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102134300170182734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3202174210281930948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758936936571117244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5743916576675570923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733776126734778584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13199773254820325692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16746558279612102703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17629079114838547045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12323995031310266933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4831210408512492523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2877610731256527778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14933833053799155838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637983701778937293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13655172638674461013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217709066776638075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9048150978521572373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051171902158260331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16872059796425192328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16354070123574944350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355119969684657343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505447474601876790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13437556475793054453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287729250506503783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352502134390751621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1257311019000767293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17588940026261683782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749893297481991404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277764008827892491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480817761307426933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7333669938945571943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2137585864307902777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 233528910445022820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 178216587221631820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449850763534540447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3796817107176010163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16877675655192628307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10864247162271428220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17563332430290096841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605299433944986900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11895582639653483238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3197441519454104587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238460645307136617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510366750853930188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869870192628635563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629074715416401007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11163359173611240353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554733565585196534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17418810702857886959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702475649546484774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2360371683158750063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501993048737961127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213805300771428132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606956651243783122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7789832538937191132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733236129818096046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16150792491946626239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389276641270260005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2979078926110060511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730394045390450265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413638758968005713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047860324467688963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834943055146258867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387342422964206487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2953058450614231350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124666143213301079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423759660966408553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10495498477549343265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265420461433492769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2876152610584739697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 721169075792398817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011922436129015574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3626620036978395823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9167842178617226358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272068567591824146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858673760716722816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13856017321343867314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358721701189773621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126120331084147684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5790903593401464010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 293782876739478084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16769438936078473423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288364391818387139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021938311608076896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8408312789531972235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193583747992280373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044005243952808411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847105076184189852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248825158123989068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2509852988826501932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416318779167743610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10191278401407373378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706799423906892575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11480086441788188257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1040925132276122465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297692755015816991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545872872426035664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264999744891904198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459436933868938403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258782630547145864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17685132759526265958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852898922263384798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9636874695817620517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572816411342744272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286760456250854951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901898877909484535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339272223865340372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9876114376135470467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698189179312259384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115034166257024843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16863460787052225822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10141667807013714376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924041373443552413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13124395587038310689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11003026949795584961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261836663848611829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729458215915620534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986813863916647288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490005140076691546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9086605824065716763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10442489230185636614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8214426675559017362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16580724021574303761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171511516920867614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10512035158511522360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953020696794965190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677185047070511828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004958586548424014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18089940708719311435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8283868517441196961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217436112389792269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15403805490243573632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449524316497608376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975881845774158953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343613561721376738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10356143079515956840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269294424372580644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895564510687127554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9373156558935786966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6540951862175792308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15546339894759520496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557060702080224038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7035023222487273321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8363306690718970121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10155946011767503490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755308788602769440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16320321375271298629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17226921101264165438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16226782782652857954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208253302789775092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664864568313132817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018727925258708551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3924346331335200062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3672219295273301146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268379390782450357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2985505732121444145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7920392474971091726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037585280479275305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701805373591973778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 493637977554433303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372100569533876813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6362718909386819922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17215513526970544821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308301279497982424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348529502736355264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250293111066088426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13479216711836506843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14423753484494021261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174496310835322168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14774056571816132271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 681368151922842539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17471225723564250232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10360486560004951662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121795062281506781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144597609745593863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870508469071025558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13318212762215401148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3438595837067430097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11904464840334458531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5042309960125101942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15724728953927999195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11386814880179032352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438235423096229292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709786944933377110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782636677021674729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584649924078415070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18052734948030845610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8773784554526962908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15468392241880162351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095776598095586619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8815252716821411468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13799793828158396469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121842520127853965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6459655548434445439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14423613372275608524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15341147723300564024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010548257648772294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711664197140775405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3753169962713678170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8824599994020843411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8128021571046417388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293647776773842884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309411053996267452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16291227359527215141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16339595205830623925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752304726659480187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619104399669249565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449448875469957276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6427390900194007866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005868349415422464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776506324545286028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8305883075696475567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11127445191788116855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559026483038844266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921302965311665424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165764154833969043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7130051701947966753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3111445111776559707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241388770938592172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267309672421345037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695712948098168511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4816895750090430632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6471253982849761784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18108311747957452499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660848320694838549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200693248480385987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428157073891620507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15435949381930280537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136215452796344372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784454341432378539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118047164055247790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335634262088605075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9582048784943037348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328039844394709881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6340749494719700200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 523534570665847409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3847426233558426159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491464259893866565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8972102741238082601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390863585287538728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3311029823152244504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16018047505095968826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266342760480900555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890388117247385501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608238776216136464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476968912038064288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9426797174828498665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3799274127969874545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813241550801750841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886978999779422412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658685070828083919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937879739279882764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652492215353072016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894512000675762814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134446800797194707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18307250567900037076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14034428352624010846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14791818538195180639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12096554562106385684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704131779870517760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667787906198277765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17835173594919565766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241923864521753929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091687990568182902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548032735866961551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7163580764289480033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237019550658771249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17433314351192802007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15041778989257182936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9111773796226746961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10921011204620510465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10197158190549847933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8728100525105505143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332159950985568402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 888502685739676210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470180177004141115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5564650995411160168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15988034508253184580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14572834868868191086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889998453264783018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4504548283963293019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1607487425650977621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153992292038239138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14109158394758073174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4748717566906255941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7146212251880550897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157824404392520953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033364435839474743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180303529116915828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14859426092710532396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11316965364190824426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941846593677725316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717779242070190794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863366135314836071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12409158484165056283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659701235027950229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12611814776051001074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246522504266997266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466262294787334209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7500715891728326668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448200895830032818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677314950919423633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15671177074810979398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 996338740318077327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707742190997026807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640286240806094431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081054811526226831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958644790163142243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12247088805596664759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6589401963575958533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154971008426892569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869870383011926242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7798482848416167198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571843185961275931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225361791332395019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314785957568411923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 692740171653975029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332174508939090676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596698603785237004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527538048950549764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13779526665057040026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135090983819171486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523830088914548719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5288245871180602254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074674984244518262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073912257923831094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509624711814458841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595598870020893018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2646068155731083318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128309193076715231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12387187300383276145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1439473155713665988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009609460151156469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10981252791529733067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15674626217912616655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 69243888171437347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302016078918105357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623239624935959055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423175819015216680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259248109797217028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10685619497972363215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242897223146053394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663442054540384277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939556959602212209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2751133076780954987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8854950546380290417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170076580428552875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14452918420165055413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10593922655062571773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17220499064003041040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833213021299162886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828474361944266489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11624054188515414383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 723854312649707320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473376018334237593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10560602887829344087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3668926216171703571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810109268950515144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472446788035262550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 863948958215640108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966543756242868253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1395984284885505374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10764703296842060145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998869846654009759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059365873390239014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548229750506777958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3204831876721978825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946309367521048121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5141389662099796933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013594298234187453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052388351862432184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 272658022353884742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1133308025744806340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13681829547401646714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1623955916011117182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15583773041481781726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5611897501622386067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18015205705747474256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153056442459529651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0636f42-46bd-443d-9f7f-2e0bff811d76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4654/3
---------------------------- Captured log teardown -----------------------------
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a100ebb-9be9-4d14-a33f-b1d5cd8df08a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a100ebb-9be9-4d14-a33f-b1d5cd8df08a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8887012524485909572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572888701252448590957288870125244859095728887012524485909572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75018f65-a307-4e60-b89c-9d39f6f1edbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07d34d1c-a7ec-46db-af40-e01cb0b9a0fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d34d1c-a7ec-46db-af40-e01cb0b9a0fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12170203469239085416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416121702034692390854161217020346923908541612170203469239085416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a100ebb-9be9-4d14-a33f-b1d5cd8df08a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e2bb339-e9f0-4c4a-984c-b694038c3e1b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2bb339-e9f0-4c4a-984c-b694038c3e1b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14188685117539072473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473141886851175390724731418868511753907247314188685117539072473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d34d1c-a7ec-46db-af40-e01cb0b9a0fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c007ba16-4cd5-4a54-99ca-629d29c29634, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c007ba16-4cd5-4a54-99ca-629d29c29634, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8090861672474672788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788809086167247467278880908616724746727888090861672474672788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4654/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2bb339-e9f0-4c4a-984c-b694038c3e1b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c007ba16-4cd5-4a54-99ca-629d29c29634, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8319dafa-38f9-410b-b790-ffc7d4f7cec3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8319dafa-38f9-410b-b790-ffc7d4f7cec3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11805377665872321760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760118053776658723217601180537766587232176011805377665872321760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa682a84-42c4-4741-8ca8-42d7314298fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa682a84-42c4-4741-8ca8-42d7314298fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915224987982034100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100291522498798203410029152249879820341002915224987982034100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8319dafa-38f9-410b-b790-ffc7d4f7cec3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31a4e0f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31a4e0f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 9709c80d-084a-434b-9bdb-06f176c2fbc8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 9709c80d-084a-434b-9bdb-06f176c2fbc8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 9709c80d-084a-434b-9bdb-06f176c2fbc8, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 9709c80d-084a-434b-9bdb-06f176c2fbc8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 9709c80d-084a-434b-9bdb-06f176c2fbc8, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e2fb7bd30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e2fb3e6f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fb3e6f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d0eb0050-9481-4a66-805d-568f6fe72279, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0eb0050-9481-4a66-805d-568f6fe72279, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d0eb0050-9481-4a66-805d-568f6fe72279, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, d0eb0050-9481-4a66-805d-568f6fe72279, ghrun-jccq4ohuyu.auto.internal:19059): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-28T17:35:11.638353755+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, d0eb0050-9481-4a66-805d-568f6fe72279, ghrun-jccq4ohuyu.auto.internal:19059): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:19059
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-28T17:35:11.638353755+00:00"}"
>
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.connection:connection.py:52 RpcState(ExecuteDataQuery, fa682a84-42c4-4741-8ca8-42d7314298fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976816973" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rgzpbdc0cfa0p1hw8s34y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31a72170>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31a72170> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:156 In flight waiters: 1, preparing session <ydb.table.Session object at 0x7c0e31a72170> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e2fba3b70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31a72170>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976816973" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30fe1e70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 2 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30fe27f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 0fc2274b-9dea-426e-876e-241e3da350de, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0fc2274b-9dea-426e-876e-241e3da350de, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fb3e6f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, 0fc2274b-9dea-426e-876e-241e3da350de, localhost:22040): 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-28T17:35:15.267308049+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, 0fc2274b-9dea-426e-876e-241e3da350de, localhost:22040): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_simple_encryption_1. Endpoint: "localhost:22040". 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-28T17:35:15.267308049+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e2fb7bd30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30fe1e70 state=pending>
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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31016030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 3 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30f654b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30f654b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3102be30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 4 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3102cc30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3102cc30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24613/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62143/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24389/6
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31016030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3102be30 state=pending>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:26719/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21450/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:65076/4
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3168fb30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 5 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e316977b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316977b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:3233/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19708/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:26558/8
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fb3e6f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e316a2970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 6 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30ea1770>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ea1770>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30f654b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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:281 Stopped node localhost:19059/4
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3168fb30 state=pending>
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e316a2970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3102cc30>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e3102cc30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e3102cc30> is no longer active. Current active count 6.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31621770 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 6 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3161f2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3161f2f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e316814b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 7 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e316520b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316520b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31621770 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e316814b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e315fdbb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 8 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31614470>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31614470>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31609970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 9 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e316081b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316081b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316977b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fb3e6f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e315fdbb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31609970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3151c2b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 10 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e315a7930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e315a7930>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ea1770>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3154f4f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 11 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3159b970>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3159b970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30f654b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3151c2b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3154f4f0 state=pending>
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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3161f2f0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e3161f2f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e3161f2f0> is no longer active. Current active count 11.
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)]
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e315136b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 11 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a21570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a21570>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e309badf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 12 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e309abf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e309abf70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316520b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e315136b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e309badf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31912bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 13 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e2fecf4b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fecf4b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3098c930 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 14 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30985ff0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30985ff0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31614470>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31912bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3098c930 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e2febb770 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 15 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31897ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31897ab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316081b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e2feaf3b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 16 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e2feb98f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2feb98f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316977b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e2febb770 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e2feaf3b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fb3e6f0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e2fb3e6f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e2fb3e6f0> is no longer active. Current active count 16.
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e319ab6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 16 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e319aa0b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e319aa0b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a016b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 17 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a16230>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a16230>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e315a7930>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ea1770>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e319ab6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a13a30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 18 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a12b70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a12b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31a016b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31963d30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 19 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3195ef70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3195ef70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3159b970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30f654b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31a13a30 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31963d30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e321199b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 20 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3211eab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3211eab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a21570>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e32114430 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 21 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e321179b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e321179b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e309abf70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e321199b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e32114430 state=pending>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3226e6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 22 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3215cd30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3215cd30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316520b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e32203fb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 23 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3221f830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3221f830>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3226e6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e321690f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 24 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e322e3170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e322e3170>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fecf4b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e32203fb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e32209830 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 25 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30c2d6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30c2d6b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30985ff0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e321690f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e322fe870 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 26 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30ff6c70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ff6c70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e32209830 state=pending>
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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30c28c70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 27 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30bcec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30bcec30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31614470>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e322fe870 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31897ab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30c28c70 state=pending>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30c501b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 28 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30c542f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30c542f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316081b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3046cbf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 29 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30c43730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30c43730>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2feb98f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30c501b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30c6b4b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 30 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30c6b970>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30c6b970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316977b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3046cbf0 state=pending>
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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3043f170 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 31 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3044d6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3044d6b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e319aa0b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30c6b4b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30437fb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 32 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30434c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30434c30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a16230>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3043f170 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e304176b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 33 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e305fc970>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e305fc970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e315a7930>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30437fb0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ea1770>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e304176b0 state=pending>
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)]
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e303b22b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 34 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e303982f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e303982f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a12b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30619cf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 35 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30619670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30619670>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e303b22b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3195ef70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30419df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 36 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e2f9e1ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2f9e1ab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30619cf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3159b970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3061e2b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 37 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3061e6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3061e6b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30419df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30f654b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30612530 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 38 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3063a630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3063a630>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3061e2b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3211eab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30649e30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 39 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30656db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30656db0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a21570>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30612530 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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)]
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30636030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 40 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30654cb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30654cb0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30649e30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e321179b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". 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)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e309abf70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3066a3b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 41 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3066a170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3066a170>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30636030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3068f230 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 42 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3068f7b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3068f7b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3215cd30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3066a3b0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e316520b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30679eb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 43 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3054a830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3054a830>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3068f230 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30579af0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 44 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30556730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30556730>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3221f830>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30679eb0 state=pending>
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.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fba3b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e306a3030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 45 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e305337f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e305337f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30579af0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e322e3170>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30509430 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 46 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30505cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30505cf0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e306a3030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e2fecf4b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3027fb30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 47 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e304cf4f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e304cf4f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30c2d6b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30509430 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e304ee570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 48 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30be19f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30be19f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
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.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30985ff0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e3027fb30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31131cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 49 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31144530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31144530>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ff6c70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e304ee570 state=pending>
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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30bf41f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 50 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e3119fa70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e3119fa70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30fe27f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e31131cb0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e318f8db0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 51 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e318fae30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e318fae30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22040". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30bcec30>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22040/1
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31663
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5571
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23761
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13391
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19059
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13707
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23306
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22655
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28639
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4654
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11209
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25158
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62143
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24680
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61804
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12012
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24613
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12263
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18800
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26558
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11050
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62791
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19708
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26007
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9776
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5607
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24389
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23511
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9346
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16893
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3233
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1066
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24747
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16505
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65076
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25057
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16324
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14678
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18159
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27077
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2440
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26719
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63137
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22040
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17101
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6762
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19144
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22844
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21288
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11456
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6516
=================================== FAILURES ===================================
____________________ TestEncryption.test_simple_encryption _____________________
ydb/tests/functional/encryption/test_encryption.py:148: in test_simple_encryption
    slot.stop()
ydb/tests/library/harness/kikimr_runner.py:279: in stop
    super(KiKiMRNode, self).stop()
ydb/tests/library/harness/daemon.py:213: in stop
    raise DaemonError(
E   ydb.tests.library.harness.daemon.DaemonError: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/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, 2 sessions to shutdown
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   Current KQP shutdown state: spent 3.032391 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 6.075735 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 9.123989 seconds, 2 sessions to shutdown
E   GRpc shutdown warning: left infly: 4, spent: 3.463951 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 6.865678 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 10.253452 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 13.668953 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 17.119469 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 20.514626 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 24.012756 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 4, spent: 27.421644 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 4, spent: 30.000319 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1463584==ERROR: LeakSanitizer: detected memory leaks
E   
E   Indirect leak of 31022 byte(s) in 2 object(s) allocated from:
E   #0 0x00001faab964 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x00003460d5d0 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x00003460d5d0 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x000034708d27 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
E   #4 0x000034708d27 in grpc_core::Arena::CreateWithAlloc(unsigned long, unsigned long, grpc_event_engine::experimental::MemoryAllocator*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:71:26
E   #5 0x000034714f1a in grpc_core::FilterStackCall::Create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:819:46
E   #6 0x000034734056 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
E   #7 0x000034e977ec in grpc_core::Server::ChannelData::AcceptStream(void*, grpc_transport*, void const*) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1243:29
E   #8 0x000034a55c47 in grpc_chttp2_parsing_accept_stream(grpc_chttp2_transport*, unsigned int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:852:3
E   #9 0x000034ad041d in init_header_frame_parser(grpc_chttp2_transport*, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:640:9
E   #10 0x000034acb2ac in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
E   #11 0x000034acb2ac in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:323:13
E   #12 0x000034a6aded in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
E   #13 0x000034653506 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
E   #14 0x00003462e3b4 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
E   #15 0x0000348010b4 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #16 0x0000348010b4 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #17 0x0000347fcc88 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #18 0x0000348209c8 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #19 0x0000347db478 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #20 0x000034ec109e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #21 0x0000345e320f in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #22 0x0000345e320f in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #23 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #24 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #25 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #26 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #27 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #28 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1728 byte(s) in 2 object(s) allocated from:
E   #0 0x00001faabd5c in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
E   #1 0x00003460d594 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
E   #2 0x00003471a548 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
E   #3 0x00003471ebdd in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
E   #4 0x00003471ebdd in grpc_core::FilterStackCall::BatchControl::ReceivingInitialMetadataReady(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1415:11
E   #5 0x000034739a8e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
E   #6 0x000034739a8e in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::$_0::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
E   #7 0x000034e9a583 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
E   #8 0x000034e9a583 in grpc_core::Server::CallData::RecvInitialMetadataReady(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1622:3
E   #9 0x00003462e37e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #10 0x00003462e37e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #11 0x0000348010b4 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #12 0x0000348010b4 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #13 0x0000347fcc88 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #14 0x0000348209c8 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #15 0x0000347db478 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #16 0x000034ec109e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #17 0x0000345e320f in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #18 0x0000345e320f in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #19 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #20 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #21 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #22 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #23 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #24 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #25 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000042513f01 in MakeIntrusive<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer> >, NKikimr::NGRpcService::TGRpcYdbTableService *, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > > *, grpc::ServerCompletionQueue *&, (lambda at /-S/ydb/services/ydb/ydb_table.cpp:89:5), void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > >::*)(grpc::ServerContext *, Ydb::Table::CreateSessionRequest *, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse> *, grpc::CompletionQueue *, grpc::ServerCompletionQueue *, void *), const char (&)[14], TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger> > &, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock> > > /-S/util/generic/ptr.h:834:12
E   #2 0x000042513f01 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
E   #3 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
E   #4 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
E   #5 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
E   #6 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00004254b60c in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:12
E   #2 0x0000425499a2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
E   #3 0x000042547582 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
E   #4 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #5 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #6 0x00003b6fd6bc 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   #7 0x00003b6fd6bc 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   #8 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #9 0x00003b6fd6bc 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   #10 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #11 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #12 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #13 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #14 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00004254ca1a in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
E   #2 0x00004254b881 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
E   #3 0x0000425499a2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
E   #4 0x000042547582 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
E   #5 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #6 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #7 0x00003b6fd6bc 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   #8 0x00003b6fd6bc 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   #9 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #10 0x00003b6fd6bc 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   #11 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #12 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #13 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #14 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #15 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #16 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #17 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00004254ca1a in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
E   #2 0x000042537a65 in NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequest(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:598:11
E   #3 0x000042513feb in MakeIntrusive<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer> >, NKikimr::NGRpcService::TGRpcYdbTableService *, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > > *, grpc::ServerCompletionQueue *&, (lambda at /-S/ydb/services/ydb/ydb_table.cpp:89:5), void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > >::*)(grpc::ServerContext *, Ydb::Table::CreateSessionRequest *, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse> *, grpc::CompletionQueue *, grpc::ServerCompletionQueue *, void *), const char (&)[14], TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger> > &, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock> > > /-S/util/generic/ptr.h:834:16
E   #4 0x000042513feb in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
E   #5 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
E   #6 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
E   #7 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
E   #8 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #9 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #10 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #11 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #12 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #13 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #14 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #15 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #16 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #17 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 608 byte(s) in 2 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003b7a6876 in MakeIntrusive<NKikimr::NGRpcService::TYdbCounterBlock, TDefaultIntrusivePtrOps<NKikimr::NGRpcService::TYdbCounterBlock>, const TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters> > &, const char *&, const char *&, bool &> /-S/util/generic/ptr.h:834:12
E   #2 0x00003b7a6876 in NKikimr::NGRpcService::TServiceCounterCB::operator()(char const*, char const*, bool) const /-S/ydb/core/grpc_services/counters/counters.cpp:678:18
E   #3 0x000042513ee2 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
E   #4 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
E   #5 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
E   #6 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
E   #7 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 512 byte(s) in 8 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034ef1730 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034ef1730 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034ef1730 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034ef1730 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034ef1730 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034ef1730 in std::__y1::__tree_iterator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__tree_node<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, void*>*, long> std::__y1::__tree<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__map_value_compare<grpc::string_ref, std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::less<grpc::string_ref>, true>, std::__y1::allocator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>>>::__emplace_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref>>(std::__y1::pair<grpc::string_ref, grpc::string_ref>&&) /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1861:23
E   #7 0x00004255576b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x00004255576b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x00004255576b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x00004255576b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x00004255576b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x00004255576b in NYdbGrpc::TBaseAsyncContext<NKikimr::NGRpcService::TGRpcYdbTableService>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_async_ctx_base.h:62:46
E   #13 0x00004254549d in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_request.h:182:45
E   #14 0x000042547840 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:438:34
E   #15 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003b6fd6bc in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #18 0x00003b6fd6bc in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #19 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003b6fd6bc in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #21 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 512 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00002021214b in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
E   #2 0x00002021214b in google::protobuf::internal::AllocateMemory(google::protobuf::internal::AllocationPolicy const*, unsigned long, unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:104:12
E   #3 0x00002020ffb2 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
E   #4 0x00002020ffb2 in google::protobuf::internal::SerialArena::AddCleanupFallback(void*, void (*)(void*)) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:229:3
E   #5 0x0000231e419f in OwnCustomDestructor /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:385:11
E   #6 0x0000231e419f in OperationParams /-B/ydb/public/api/protos/ydb_operation.pb.cc:559:12
E   #7 0x0000231e419f in Construct<google::protobuf::Arena *> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:484:24
E   #8 0x0000231e419f in DoCreateMessage<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:602:12
E   #9 0x0000231e419f in CreateMessageInternal<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
E   #10 0x0000231e419f in Ydb::Operations::OperationParams* google::protobuf::Arena::CreateMaybeMessage<Ydb::Operations::OperationParams>(google::protobuf::Arena*) /-B/ydb/public/api/protos/ydb_operation.pb.cc:3965:10
E   #11 0x000023782c8e in CreateMaybeMessage<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:471:12
E   #12 0x000023782c8e in _internal_mutable_operation_params /-B/ydb/public/api/protos/ydb_table.pb.h:33444:15
E   #13 0x000023782c8e in Ydb::Table::CreateSessionRequest::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_table.pb.cc:5945:35
E   #14 0x00002056eb7f in MergeFromImpl<false> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:156:14
E   #15 0x00002056eb7f in ParseFrom<(google::protobuf::MessageLite::ParseFlags)1, google::protobuf::io::ZeroCopyInputStream *> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:596:10
E   #16 0x00002056eb7f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:268:10
E   #17 0x0000425370a4 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Table::CreateSessionRequest>(grpc::ByteBuffer*, google::protobuf::MessageLite*) /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:84:15
E   #18 0x000042536310 in Deserialize /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:110:12
E   #19 0x000042536310 in grpc::ServerInterface::PayloadAsyncRequest<Ydb::Table::CreateSessionRequest>::FinalizeResult(void**, bool*) /-S/contrib/libs/grpc/include/grpcpp/server_interface.h:268:35
E   #20 0x000034ec1119 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:177:26
E   #21 0x00003b6fd676 in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #22 0x00003b6fd676 in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:41:17
E   #23 0x00003b6fd676 in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #24 0x00003b6fd676 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   #25 0x00003b6fd676 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   #26 0x00003b6fd676 in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #27 0x00003b6fd676 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   #28 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #29 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_encryption
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/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6516
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11456
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22844
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19144
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6762
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17101
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:479 Working directory: /home/runner/.ya/build/build_root/k1d1/000979/r3tmp/kikimr_cluster_tz0f96br
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22040
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63137
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log --grpc-port=22040 --mon-port=2247 --ic-port=6516
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26719
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2440
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27077
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18159
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log --grpc-port=26719 --mon-port=2440 --ic-port=11456
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14678
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16324
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25057
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log --grpc-port=21450 --mon-port=14678 --ic-port=14152
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65076
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16505
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24747
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1066
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log --grpc-port=65076 --mon-port=16505 --ic-port=21288
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3233
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16893
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23511
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log --grpc-port=3233 --mon-port=16893 --ic-port=22844
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24389
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5606
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5606
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5607
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9776
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26007
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log --grpc-port=24389 --mon-port=5607 --ic-port=19144
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62791
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log --grpc-port=19708 --mon-port=62791 --ic-port=6762
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26558
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12263
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log --grpc-port=26558 --mon-port=28902 --ic-port=17101
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22040/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:22040/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log --grpc-port=22040 --mon-port=2247 --ic-port=6516
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_8r_gdced.log', '--grpc-port=22040', '--mon-port=2247', '--ic-port=6516')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1436742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22040/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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1436750
DEBUG    ya.test:process.py:259 Command (pid 1436750) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436750) elapsed time (sec): 4.319448947906494
DEBUG    ya.test:process.py:263 Command (pid 1436750) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) inblock: 54344
DEBUG    ya.test:process.py:263 Command (pid 1436750) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) majflt: 23
DEBUG    ya.test:process.py:263 Command (pid 1436750) maxrss: 477056
DEBUG    ya.test:process.py:263 Command (pid 1436750) minflt: 45400
DEBUG    ya.test:process.py:263 Command (pid 1436750) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nivcsw: 395
DEBUG    ya.test:process.py:263 Command (pid 1436750) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436750) nvcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 1436750) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436750) stime: 0.28410199999999997
DEBUG    ya.test:process.py:263 Command (pid 1436750) utime: 0.564991
DEBUG    ya.test:process.py:263 Command (pid 1436750) wtime: 4.369
DEBUG    ya.test:process.py:275 Command (pid 1436750) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26719/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26719/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log --grpc-port=26719 --mon-port=2440 --ic-port=11456
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_gqd3p4bg.log', '--grpc-port=26719', '--mon-port=2440', '--ic-port=11456')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1437332
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26719/2
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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437334
DEBUG    ya.test:process.py:259 Command (pid 1437334) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437334) elapsed time (sec): 1.8000822067260742
DEBUG    ya.test:process.py:263 Command (pid 1437334) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) maxrss: 477672
DEBUG    ya.test:process.py:263 Command (pid 1437334) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1437334) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 1437334) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437334) nvcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 1437334) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437334) stime: 0.20887799999999998
DEBUG    ya.test:process.py:263 Command (pid 1437334) utime: 0.5459729999999999
DEBUG    ya.test:process.py:263 Command (pid 1437334) wtime: 1.802
DEBUG    ya.test:process.py:275 Command (pid 1437334) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21450/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:21450/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log --grpc-port=21450 --mon-port=14678 --ic-port=14152
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile__uid96k5.log', '--grpc-port=21450', '--mon-port=14678', '--ic-port=14152')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1437548
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21450/3
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/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437572
DEBUG    ya.test:process.py:259 Command (pid 1437572) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437572) elapsed time (sec): 4.1144890785217285
DEBUG    ya.test:process.py:263 Command (pid 1437572) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) maxrss: 478192
DEBUG    ya.test:process.py:263 Command (pid 1437572) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1437572) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nivcsw: 325
DEBUG    ya.test:process.py:263 Command (pid 1437572) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437572) nvcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 1437572) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437572) stime: 0.228924
DEBUG    ya.test:process.py:263 Command (pid 1437572) utime: 0.536975
DEBUG    ya.test:process.py:263 Command (pid 1437572) wtime: 4.145
DEBUG    ya.test:process.py:275 Command (pid 1437572) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:65076/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:65076/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log --grpc-port=65076 --mon-port=16505 --ic-port=21288
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_58nk_xwz.log', '--grpc-port=65076', '--mon-port=16505', '--ic-port=21288')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1438554
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:65076/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1438560
DEBUG    ya.test:process.py:259 Command (pid 1438560) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1438560) elapsed time (sec): 3.5937623977661133
DEBUG    ya.test:process.py:263 Command (pid 1438560) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) maxrss: 477880
DEBUG    ya.test:process.py:263 Command (pid 1438560) minflt: 45284
DEBUG    ya.test:process.py:263 Command (pid 1438560) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nivcsw: 306
DEBUG    ya.test:process.py:263 Command (pid 1438560) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1438560) nvcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1438560) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1438560) stime: 0.21909299999999998
DEBUG    ya.test:process.py:263 Command (pid 1438560) utime: 0.565444
DEBUG    ya.test:process.py:263 Command (pid 1438560) wtime: 3.61
DEBUG    ya.test:process.py:275 Command (pid 1438560) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3233/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:3233/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log --grpc-port=3233 --mon-port=16893 --ic-port=22844
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_6whfrevb.log', '--grpc-port=3233', '--mon-port=16893', '--ic-port=22844')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1439290
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3233/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439295
DEBUG    ya.test:process.py:259 Command (pid 1439295) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439295) elapsed time (sec): 2.7023932933807373
DEBUG    ya.test:process.py:263 Command (pid 1439295) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) inblock: 144
DEBUG    ya.test:process.py:263 Command (pid 1439295) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) maxrss: 478520
DEBUG    ya.test:process.py:263 Command (pid 1439295) minflt: 45367
DEBUG    ya.test:process.py:263 Command (pid 1439295) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1439295) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439295) nvcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 1439295) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439295) stime: 0.205282
DEBUG    ya.test:process.py:263 Command (pid 1439295) utime: 0.567036
DEBUG    ya.test:process.py:263 Command (pid 1439295) wtime: 2.719
DEBUG    ya.test:process.py:275 Command (pid 1439295) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24389/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:24389/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log --grpc-port=24389 --mon-port=5607 --ic-port=19144
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_257mvqkm.log', '--grpc-port=24389', '--mon-port=5607', '--ic-port=19144')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1439758
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24389/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439781
DEBUG    ya.test:process.py:259 Command (pid 1439781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439781) elapsed time (sec): 3.973597288131714
DEBUG    ya.test:process.py:263 Command (pid 1439781) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) maxrss: 478616
DEBUG    ya.test:process.py:263 Command (pid 1439781) minflt: 45416
DEBUG    ya.test:process.py:263 Command (pid 1439781) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nivcsw: 296
DEBUG    ya.test:process.py:263 Command (pid 1439781) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439781) nvcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 1439781) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439781) stime: 0.206681
DEBUG    ya.test:process.py:263 Command (pid 1439781) utime: 0.582178
DEBUG    ya.test:process.py:263 Command (pid 1439781) wtime: 4.013
DEBUG    ya.test:process.py:275 Command (pid 1439781) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19708/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:19708/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log --grpc-port=19708 --mon-port=62791 --ic-port=6762
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_77x9v2hu.log', '--grpc-port=19708', '--mon-port=62791', '--ic-port=6762')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1440512
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19708/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440525
DEBUG    ya.test:process.py:259 Command (pid 1440525) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440525) elapsed time (sec): 1.2056612968444824
DEBUG    ya.test:process.py:263 Command (pid 1440525) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) maxrss: 478568
DEBUG    ya.test:process.py:263 Command (pid 1440525) minflt: 45439
DEBUG    ya.test:process.py:263 Command (pid 1440525) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 1440525) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440525) nvcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 1440525) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440525) stime: 0.183226
DEBUG    ya.test:process.py:263 Command (pid 1440525) utime: 0.560437
DEBUG    ya.test:process.py:263 Command (pid 1440525) wtime: 1.218
DEBUG    ya.test:process.py:275 Command (pid 1440525) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26558/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26558/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log --grpc-port=26558 --mon-port=28902 --ic-port=17101
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_kskcpmpo.log', '--grpc-port=26558', '--mon-port=28902', '--ic-port=17101')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1440824
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26558/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440826
DEBUG    ya.test:process.py:259 Command (pid 1440826) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440826) elapsed time (sec): 3.5441970825195312
DEBUG    ya.test:process.py:263 Command (pid 1440826) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) maxrss: 478140
DEBUG    ya.test:process.py:263 Command (pid 1440826) minflt: 45405
DEBUG    ya.test:process.py:263 Command (pid 1440826) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1440826) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440826) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 1440826) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440826) stime: 0.238178
DEBUG    ya.test:process.py:263 Command (pid 1440826) utime: 0.527915
DEBUG    ya.test:process.py:263 Command (pid 1440826) wtime: 3.583
DEBUG    ya.test:process.py:275 Command (pid 1440826) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6516\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11456\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14152\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22844\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19144\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6762\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17101\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n    Drive {\n      Path: "SectorMap:2:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6516\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11456\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14152\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22844\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19144\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6762\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17101\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444477
DEBUG    ya.test:process.py:259 Command (pid 1444477) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444477) elapsed time (sec): 1.8987231254577637
DEBUG    ya.test:process.py:263 Command (pid 1444477) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) maxrss: 663284
DEBUG    ya.test:process.py:263 Command (pid 1444477) minflt: 51789
DEBUG    ya.test:process.py:263 Command (pid 1444477) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nivcsw: 270
DEBUG    ya.test:process.py:263 Command (pid 1444477) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444477) nvcsw: 467
DEBUG    ya.test:process.py:263 Command (pid 1444477) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444477) stime: 0.288942
DEBUG    ya.test:process.py:263 Command (pid 1444477) utime: 0.603167
DEBUG    ya.test:process.py:263 Command (pid 1444477) wtime: 1.913
DEBUG    ya.test:process.py:275 Command (pid 1444477) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "block-4-2"\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.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22040', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "block-4-2"\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: 1445013
DEBUG    ya.test:process.py:259 Command (pid 1445013) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445013) elapsed time (sec): 1.5494494438171387
DEBUG    ya.test:process.py:263 Command (pid 1445013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) maxrss: 663284
DEBUG    ya.test:process.py:263 Command (pid 1445013) minflt: 51731
DEBUG    ya.test:process.py:263 Command (pid 1445013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nivcsw: 242
DEBUG    ya.test:process.py:263 Command (pid 1445013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445013) nvcsw: 525
DEBUG    ya.test:process.py:263 Command (pid 1445013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445013) stime: 0.294676
DEBUG    ya.test:process.py:263 Command (pid 1445013) utime: 0.5396449999999999
DEBUG    ya.test:process.py:263 Command (pid 1445013) wtime: 1.578
DEBUG    ya.test:process.py:275 Command (pid 1445013) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:557 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:564 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_encryption.py::TestEncryption, test_name: test_simple_encryption)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24613
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19309
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12012
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61804
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24680
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62143
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25158
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11209
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26567
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1445593
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445600
DEBUG    ya.test:process.py:259 Command (pid 1445600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445600) elapsed time (sec): 1.583808183670044
DEBUG    ya.test:process.py:263 Command (pid 1445600) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) maxrss: 668688
DEBUG    ya.test:process.py:263 Command (pid 1445600) minflt: 45289
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nivcsw: 280
DEBUG    ya.test:process.py:263 Command (pid 1445600) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1445600) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445600) stime: 0.23813399999999998
DEBUG    ya.test:process.py:263 Command (pid 1445600) utime: 0.505258
DEBUG    ya.test:process.py:263 Command (pid 1445600) wtime: 1.601
DEBUG    ya.test:process.py:275 Command (pid 1445600) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1445854
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445855
DEBUG    ya.test:process.py:259 Command (pid 1445855) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445855) elapsed time (sec): 2.8834710121154785
DEBUG    ya.test:process.py:263 Command (pid 1445855) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1445855) maxrss: 669264
DEBUG    ya.test:process.py:263 Command (pid 1445855) minflt: 45368
DEBUG    ya.test:process.py:263 Command (pid 1445855) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nivcsw: 317
DEBUG    ya.test:process.py:263 Command (pid 1445855) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445855) nvcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1445855) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445855) stime: 0.224994
DEBUG    ya.test:process.py:263 Command (pid 1445855) utime: 0.543256
DEBUG    ya.test:process.py:263 Command (pid 1445855) wtime: 2.896
DEBUG    ya.test:process.py:275 Command (pid 1445855) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28639
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23306
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13707
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19059
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23761
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5571
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31663
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log', '--grpc-port=4654', '--mon-port=28639', '--ic-port=22655', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1446528
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4654/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1446536
DEBUG    ya.test:process.py:259 Command (pid 1446536) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1446536) elapsed time (sec): 3.1841681003570557
DEBUG    ya.test:process.py:263 Command (pid 1446536) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) maxrss: 670320
DEBUG    ya.test:process.py:263 Command (pid 1446536) minflt: 45409
DEBUG    ya.test:process.py:263 Command (pid 1446536) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1446536) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1446536) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1446536) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1446536) stime: 0.200258
DEBUG    ya.test:process.py:263 Command (pid 1446536) utime: 0.565685
DEBUG    ya.test:process.py:263 Command (pid 1446536) wtime: 3.224
DEBUG    ya.test:process.py:275 Command (pid 1446536) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log', '--grpc-port=19059', '--mon-port=13391', '--ic-port=23761', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1447065
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19059/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447069
DEBUG    ya.test:process.py:259 Command (pid 1447069) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1447069) elapsed time (sec): 3.104811906814575
DEBUG    ya.test:process.py:263 Command (pid 1447069) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) maxrss: 670964
DEBUG    ya.test:process.py:263 Command (pid 1447069) minflt: 45361
DEBUG    ya.test:process.py:263 Command (pid 1447069) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nivcsw: 330
DEBUG    ya.test:process.py:263 Command (pid 1447069) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447069) nvcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1447069) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1447069) stime: 0.210357
DEBUG    ya.test:process.py:263 Command (pid 1447069) utime: 0.577299
DEBUG    ya.test:process.py:263 Command (pid 1447069) wtime: 3.119
DEBUG    ya.test:process.py:275 Command (pid 1447069) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
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/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bf4554d4-0ea4-434a-88b1-46cc75cc4f6d, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 62143 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" node_id: 50001 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 24613 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:62143, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:24613, location , 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)]
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:22040
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b040290c-f727-43bf-8dbc-cf40e70b18d5, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 4654 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" node_id: 50002 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:4654, location , 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)]
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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e303cea70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NjVkZDZhZGYtOGFlZmIzOC1jMTg4MDkyNi1lYzVkZjJhZQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, d2c3b91a-a0a5-469f-abc1-a7df96c87d95, ghrun-jccq4ohuyu.auto.internal:62143): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): request = { session_id: "ydb://session/3?node_id=50001&id=NjVkZDZhZGYtOGFlZmIzOC1jMTg4MDkyNi1lYzVkZjJhZQ==" yql_text: "--!syntax_v1\n create table db1 (key uint64, value utf8, primary key(key)) WITH ( UNIFORM_PARTITIONS = 64 ); " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, c3519717-98c0-4791-935c-57b26c38a370, ghrun-jccq4ohuyu.auto.internal:62143): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30421130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e3044abb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 9376e5a1-7be5-43c6-8f6c-d0394d32c9a4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" yql_text: "--!syntax_v1\n create table db1 (key uint64, value utf8, primary key(key)) WITH ( UNIFORM_PARTITIONS = 64 ); " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 9e40c912-f291-477c-83db-beb1bb6bdfe0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e304642f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 6516
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 6516
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 6516 SectorMap:1:64
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 528b2ac9-8455-4f0a-986a-a6b4f3e262f4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 29
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 6516 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038082"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038082
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 2
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038082"
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 31
}

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 5d93753c-ba81-42bf-bbd7-24d4391d2647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=81fbdfcf-44fff17d-8307286-680c9864" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15421237823521756320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320154212378235217563201542123782352175632015421237823521756320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 1aef6dea-b4c9-4ae3-9a06-28c80faa17bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=13427abf-ec5ee03c-c9b20198-3e9afe44" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692631677391115845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845469263167739111584546926316773911158454692631677391115845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ee86e3-aef6-4147-bb5c-c83e7304e795, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16777867314168108721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721167778673141681087211677786731416810872116777867314168108721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6411ee-a409-47c1-9732-9d1b346becc0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370342822769884389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389133703428227698843891337034282276988438913370342822769884389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f67aa49-b113-465d-b9f0-7b555993670a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9123070064390620681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681912307006439062068191230700643906206819123070064390620681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e86721fe-e712-447f-8126-9b75f45d3b02, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15863044571235462602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602158630445712354626021586304457123546260215863044571235462602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b89062-5c66-4536-894c-339dcca3585a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1516114891183749255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255151611489118374925515161148911837492551516114891183749255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be8769e-34f2-4c99-af7d-ee787cb2a281, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 407426841238059247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247407426841238059247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffb1934-7f11-4a97-9bac-ef00e62ab27f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003744894295536611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611500374489429553661150037448942955366115003744894295536611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d656060-76bb-47fe-9424-174cb9fd1773, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17533704565413491936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936175337045654134919361753370456541349193617533704565413491936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bac1e29-e412-4128-ac17-933530c94c4f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a7f287-d444-45ce-b721-853eee9a3a70, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14833551871223684542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542148335518712236845421483355187122368454214833551871223684542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14930663823689416263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263149306638236894162631493066382368941626314930663823689416263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b98c77-13cf-44c1-935f-93bd643fb10f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1944834795758498559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559194483479575849855919448347957584985591944834795758498559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e1fa9-3e19-40da-b766-bd9f02b6ee7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8988092089453394486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486898809208945339448689880920894533944868988092089453394486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce737c3d-27a2-4a11-81d9-e6b98c646201, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11879023531463960297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297118790235314639602971187902353146396029711879023531463960297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24baeed5-2e5a-4ca1-a02e-8f77d6816130, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977675740049628355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355139776757400496283551397767574004962835513977675740049628355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82f0f13-a676-4d36-aaef-3557a5015406, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7783968590873283483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483778396859087328348377839685908732834837783968590873283483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210eb65-1ba6-4f61-93ed-f3d6a132a23d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11599251650694808232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232115992516506948082321159925165069480823211599251650694808232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f72eb8-670b-4002-a31c-4b61711c3931, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13291355555753899552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552132913555557538995521329135555575389955213291355555753899552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6b0cfd-bb00-4d72-8b10-1a68317f25dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291301144983920933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933142913011449839209331429130114498392093314291301144983920933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2ccd41-be93-49d5-970d-008386d8e7e9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374003902247168116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116737400390224716811673740039022471681167374003902247168116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a983de0a-1fa8-4cfc-8213-a20369eb8a1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15035870226237752621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621150358702262377526211503587022623775262115035870226237752621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726967f9-09f2-4f91-98fe-2f53045dba58, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583169045904732915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915758316904590473291575831690459047329157583169045904732915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0f79d7-a590-499a-be75-bf9516817a12, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386828173338390104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104153868281733383901041538682817333839010415386828173338390104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ff555d-df6d-4f5b-9907-8bf9f8c4bb95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16977047724351353603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603169770477243513536031697704772435135360316977047724351353603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4364f1a8-8f7b-45be-b50b-b1264fc9510f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78852c4c-cd27-4748-8b83-6c60ce595338, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10428211576987720205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205104282115769877202051042821157698772020510428211576987720205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286475688331996500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500728647568833199650072864756883319965007286475688331996500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b9638d-6660-42ca-a69d-af401f3985e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030676046759501002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002120306760467595010021203067604675950100212030676046759501002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4ee1a1-b979-4361-b2d6-f7815477c895, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925430033315696092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092992543003331569609299254300333156960929925430033315696092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de624497-bb37-4bf3-8f35-137baf619dd6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638844608162389550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550136388446081623895501363884460816238955013638844608162389550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0198c6-430e-44b5-af19-2a780a5eb0d4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12684558835461438969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969126845588354614389691268455883546143896912684558835461438969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 900e5369-a384-4bc1-9b01-3cbd0f5922cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671344999219798464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464176713449992197984641767134499921979846417671344999219798464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161ad762-d35e-46cb-9b3c-b6c3589b592d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17161539347745083860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860171615393477450838601716153934774508386017161539347745083860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c58700-7f68-4bba-b0f8-4f81ef2b6d2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561687442316900122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122175616874423169001221756168744231690012217561687442316900122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0683d5d5-689c-4796-b5ae-c07ae5f2cfb9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14563400972425179324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324145634009724251793241456340097242517932414563400972425179324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e7af3e-6305-404f-ab16-424cd92974f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16643185677574946979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979166431856775749469791664318567757494697916643185677574946979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d011c0-91e7-4a49-812c-f8d1302bc07f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11220137132256729742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742112201371322567297421122013713225672974211220137132256729742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7024683-0d5c-4551-9a17-fe26eb9b9ba5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264e3e94-739b-4b46-addf-9f987a2387fd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706007610614269092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092107060076106142690921070600761061426909210706007610614269092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8741452068401723879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879874145206840172387987414520684017238798741452068401723879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa5ff14-fb70-4b22-986a-3fbb793a0fd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 212239341923467433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433212239341923467433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26e3fd5-92ef-447b-9f15-462d26709ab1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743255207419027089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089137432552074190270891374325520741902708913743255207419027089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11596de-b33c-4975-9081-9302b757d980, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386240523478617872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872138624052347861787213862405234786178721386240523478617872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cef998d-e5fa-47af-bd9d-3a7b310c820e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465029942737352679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679144650299427373526791446502994273735267914465029942737352679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce651a06-f7aa-4cee-aff1-f923ea09dba1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d1c29e-64af-4a50-a116-4cea2389de44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518355233647898329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329155183552336478983291551835523364789832915518355233647898329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6493610003293293934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934649361000329329393464936100032932939346493610003293293934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca47994a-77f0-47b3-8ba4-5bf6985a830c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747616652702170766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766177476166527021707661774761665270217076617747616652702170766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6825666c-4f6f-4359-a8df-4e236c92f64b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12977887855245420075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075129778878552454200751297788785524542007512977887855245420075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb88f31-16bd-4a29-bf6c-09018bf16599, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1779806053260650700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700177980605326065070017798060532606507001779806053260650700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf3a024-c337-47b5-b719-0cd58001721d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8496117209866140137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137849611720986614013784961172098661401378496117209866140137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b737e0bf-1ed8-4f3c-9619-78c0e112153f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7506822710491650779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779750682271049165077975068227104916507797506822710491650779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6ea614-e382-4fee-b8c2-1e21195d07e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804255660112827650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650280425566011282765028042556601128276502804255660112827650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ca60d5-49aa-4481-90da-d58cea63b757, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414949465583889568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568144149494655838895681441494946558388956814414949465583889568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7a2942-397d-4c4a-831a-3d930bb3841f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6514295579402298792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792651429557940229879265142955794022987926514295579402298792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3d9917f-947f-4033-8f10-59607fcab1ed, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6380a4f-2d62-46cc-a1fb-ccc77df18977, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826776008101209814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814682677600810120981468267760081012098146826776008101209814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191424581272583128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128919142458127258312891914245812725831289191424581272583128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcc27be-ded0-4464-83cc-91a96665ffe8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11251375581837453275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275112513755818374532751125137558183745327511251375581837453275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4532060d-ce38-4cd1-9f98-4b0a31d2901b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8dad58b-3fbe-4061-a51a-18c6b5553450, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2861156024138839788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788286115602413883978828611560241388397882861156024138839788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5322941947960119141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141532294194796011914153229419479601191415322941947960119141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11d9bc4-ec95-46c3-b7c7-e9cb861ced15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775683962279988693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693127756839622799886931277568396227998869312775683962279988693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2505a569-ea1d-4c9f-a5a3-3f9346c25235, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149995968993210856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856914999596899321085691499959689932108569149995968993210856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5f7ec2-7fbf-4d08-a279-26fab51c3a66, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 778690574792028836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836778690574792028836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117bee04-8329-4ac4-8590-a418817d06aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831634809164787591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591583163480916478759158316348091647875915831634809164787591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd388b9-776c-46f5-8ae1-43e526a03c36, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14063810667665854213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213140638106676658542131406381066766585421314063810667665854213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef7e27a-0759-42c7-a382-9b490583411a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9222719228403136397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397922271922840313639792227192284031363979222719228403136397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c40714-eee0-42ec-bd5e-04de6c1fc8f2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18340099147509850847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847183400991475098508471834009914750985084718340099147509850847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a06caa-0833-49f5-b834-dcb1aead18ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 986070429541613323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323986070429541613323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb05b30-3b60-419c-aa31-6a30866cba6b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074357129240856681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681107435712924085668110743571292408566811074357129240856681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157fb01b-a1a3-4620-8679-aaa016d69a45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13366036974766760913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913133660369747667609131336603697476676091313366036974766760913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfcec1f9-7a57-4ee6-879a-bb8047c70adc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617052361749586901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901361705236174958690136170523617495869013617052361749586901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d88169-ceb7-46f9-ae8a-9649d695b138, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16525196556253736629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629165251965562537366291652519655625373662916525196556253736629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99fddcd-c2cd-4b07-ad51-8328a50ca72b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a3e2db-16db-40a8-9fab-339b1a0661fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14823212444320104631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631148232124443201046311482321244432010463114823212444320104631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13979945288841585438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438139799452888415854381397994528884158543813979945288841585438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962f4e79-23c7-4b96-8655-e8539598b9b9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316260130278535874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874931626013027853587493162601302785358749316260130278535874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9131b9d1-0b35-44eb-89b1-136fc6e1b563, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16712775545066803070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070167127755450668030701671277554506680307016712775545066803070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129ea3be-1a5c-40f4-9735-7318ae6d7e7a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722701173489838086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086127227011734898380861272270117348983808612722701173489838086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf69594-7c03-4787-93bc-38c72192c963, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356731386656506540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540835673138665650654083567313866565065408356731386656506540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36762385-d1e5-4aaa-ac1e-7988d35f92a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091981629224097267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267180919816292240972671809198162922409726718091981629224097267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 967960a5-b8b7-4421-aebf-29972cf29816, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10608141190392904598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598106081411903929045981060814119039290459810608141190392904598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf2dcbd-4191-4ef1-abf6-d0e31536b177, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470798368773279905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905134707983687732799051347079836877327990513470798368773279905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b836ac70-3ec0-4e89-a701-a87cb86cd3d0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547e7fce-8a69-4a96-a871-2fe13bbf2465, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720614471127844263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263572061447112784426357206144711278442635720614471127844263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810921161559334214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214118109211615593342141181092116155933421411810921161559334214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced79775-419f-4dfd-8805-da909d99ad19, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cac363-1356-46d8-ab35-c8408b4df3e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9970531505345688853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853997053150534568885399705315053456888539970531505345688853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2068735791437107026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026206873579143710702620687357914371070262068735791437107026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c36d3b-e551-4601-bbd7-e38e8237b464, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3857729662704532375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375385772966270453237538577296627045323753857729662704532375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4605244-c6d7-4cb5-8c05-301a55680c49, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001752ab-095d-4a70-83c0-17ec2329d56c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300881632065423891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891153008816320654238911530088163206542389115300881632065423891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128687607031275997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997131286876070312759971312868760703127599713128687607031275997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8bd368-3fa6-4bff-b39f-8b7baf6cd089, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283961993006324114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114228396199300632411422839619930063241142283961993006324114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741086aa-856b-4706-99b3-19ed34d8568e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17824525686906430490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490178245256869064304901782452568690643049017824525686906430490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a602e98-4563-4b82-84ac-965504606f47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3663161633842364727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727366316163384236472736631616338423647273663161633842364727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b8592f-c633-44f3-bf4a-a4bc090a3842, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205898470779937116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116720589847077993711672058984707799371167205898470779937116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2729fa1b-77a3-49e5-8149-b27f71240ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8182898027711563767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767818289802771156376781828980277115637678182898027711563767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a88a04a-b3af-4a8e-a031-13199eb1ef9c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764234676015289442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442137642346760152894421376423467601528944213764234676015289442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29d79f2-dfe8-4170-b696-5055390ed6ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2304576687637653004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004230457668763765300423045766876376530042304576687637653004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b2e109-c367-4384-899d-98f85913e401, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180616857957219480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480518061685795721948051806168579572194805180616857957219480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 378f61b2-a0e2-4dec-b117-b4950f35e75c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368788324297978440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440143687883242979784401436878832429797844014368788324297978440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e60ebc-0467-4c7c-bc29-de8712631a40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655577279321079988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988665557727932107998866555772793210799886655577279321079988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029065d6-35bd-4578-9efb-a8e23884cc2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3701532027809313597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597370153202780931359737015320278093135973701532027809313597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcf56c6-ec94-4ff3-82cb-855babab11ac, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16278340872226983268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268162783408722269832681627834087222698326816278340872226983268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb2ba9f-ce7b-4356-a039-07432bbd6299, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3748503131434113964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964374850313143411396437485031314341139643748503131434113964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db41377a-3331-4808-a270-866feb55df15, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5403183646634042004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004540318364663404200454031836466340420045403183646634042004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf944cf0-6c62-4521-962a-4f9b0d436eaf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564969992038958776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776175649699920389587761756496999203895877617564969992038958776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3558d3d-bd8a-4350-83ac-573c9ae27c1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8525c3f6-97a0-409b-a1b9-8e12e6496e42, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2168895594503918194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194216889559450391819421688955945039181942168895594503918194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695734649147243619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619269573464914724361926957346491472436192695734649147243619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9de0124-2f10-4b45-82d9-8385f33e5dbc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd2339a-713c-4e94-a1ee-adce995f26bb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978505604887240479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479997850560488724047999785056048872404799978505604887240479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11025000853839368376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376110250008538393683761102500085383936837611025000853839368376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3053f684-5e53-4037-83c8-3b13f6a51e73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4873130624551513327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327487313062455151332748731306245515133274873130624551513327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185b90c3-aed5-4463-9598-c26257b04e62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12092630897028796445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445120926308970287964451209263089702879644512092630897028796445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8118f1f9-0c86-4ae7-9244-ca043823381d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14694725457591734262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262146947254575917342621469472545759173426214694725457591734262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cc4524-3835-417a-85e1-0e72a655d6b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17512161181510052994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994175121611815100529941751216118151005299417512161181510052994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6b51ee-f609-4a8f-8c51-1f703ee916c5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 114371224419054898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898114371224419054898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5eefce5-030d-4252-814c-06e6c8cb8272, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14018398428944596055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055140183984289445960551401839842894459605514018398428944596055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e4fada-c4f4-48fa-a819-dbad46b419ee, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b806854-63bc-499f-b5dd-3b87d8e3131a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269615914245970032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032182696159142459700321826961591424597003218269615914245970032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087919966728492711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711208791996672849271120879199667284927112087919966728492711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65b3d82-bbe4-4ce9-8c97-0149789d2b05, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70597488-a504-4b92-8267-5f73725dc656, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519597542073746518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518551959754207374651855195975420737465185519597542073746518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6927982117398227432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432692798211739822743269279821173982274326927982117398227432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b59873-d028-466b-9d04-d06cda613aa5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825344063419537697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697108253440634195376971082534406341953769710825344063419537697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02944ef-4427-41f3-953e-f720b0bdfeff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10904339291868397373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373109043392918683973731090433929186839737310904339291868397373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8ca07b-6ffd-4f2b-ad4f-40e55d9362aa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce493c96-c77b-4fed-a3ce-15ed0a6610a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294923753092939321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321102949237530929393211029492375309293932110294923753092939321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15418388176438830139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139154183881764388301391541838817643883013915418388176438830139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1808083-4682-463b-94cc-b17cdb4d8cdc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516a0685-0e78-48e5-886a-58f9f7aa2f03, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6725678220184057574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574672567822018405757467256782201840575746725678220184057574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435967866362125547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547174359678663621255471743596786636212554717435967866362125547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8ea8a5-ed12-458d-a28c-418043d4f324, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9709891395765657459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459970989139576565745997098913957656574599709891395765657459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce9c4df-b5df-4b90-8972-9af9afabce68, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320709848093178277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277332070984809317827733207098480931782773320709848093178277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434535aa-0cae-4e4a-9c78-88498875648b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175394121254390972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972817539412125439097281753941212543909728175394121254390972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ba8ea1-ca12-4144-abd3-7fde8a6189ad, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557407104537800583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583557407104537800583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74ed0e2-45c1-4964-9e48-5fd061a1e9d8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654027073266370641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641765402707326637064176540270732663706417654027073266370641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8af177-5b5f-47ea-99d6-aaa410b68ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586187971973009486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486165861879719730094861658618797197300948616586187971973009486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65338676-0648-46fd-aa87-45efdfc866eb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430537216921033148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148114305372169210331481143053721692103314811430537216921033148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca939d4e-57ea-475c-a46f-5d93ba79113d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10972683088237139379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379109726830882371393791097268308823713937910972683088237139379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8cb10b-930b-4f5f-aa26-2a06270e6b2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5130295238343429371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371513029523834342937151302952383434293715130295238343429371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5d0aef-3095-46f8-a1bc-997aad22a43a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275424163944584912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912122754241639445849121227542416394458491212275424163944584912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b1e1c8-c63b-4000-948e-8e372e052590, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6178474560026414766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766617847456002641476661784745600264147666178474560026414766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9d5992-ec00-4dfa-9fc0-d48905c8ef28, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12436465774617925915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915124364657746179259151243646577461792591512436465774617925915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b7109e-0ba7-4dd9-905c-235665b61ed9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14643233844031899874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874146432338440318998741464323384403189987414643233844031899874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c86a8c-1dfb-4b96-a3e5-1e41a6259279, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406133310373686935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935740613331037368693574061333103736869357406133310373686935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b74f265-9708-497c-aba4-0bbcb7c08264, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13827072804150188445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445138270728041501884451382707280415018844513827072804150188445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1526b556-d10a-4d27-ae4c-9c6a434b2db0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16815791177420356715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715168157911774203567151681579117742035671516815791177420356715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f80570-2feb-43db-b86e-843adcace748, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9988040510103722782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782998804051010372278299880405101037227829988040510103722782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e35d569-8e80-49cc-86fb-1432301d3f16, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4452841051487899816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816445284105148789981644528410514878998164452841051487899816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bab9394-2715-4801-9310-319556c62b8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9872252837075021125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125987225283707502112598722528370750211259872252837075021125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1166fb57-b53b-4e90-902b-9bfe47364882, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4645233596971582555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555464523359697158255546452335969715825554645233596971582555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f8d53d-14e9-466d-8b75-83b75cf051dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12662995957820830081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081126629959578208300811266299595782083008112662995957820830081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947765f6-ba7f-4c33-9743-176d31af6402, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670708125491870746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746670708125491870746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27eb56fb-e9d0-405b-89e1-f192f657d537, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4466336093126725183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183446633609312672518344663360931267251834466336093126725183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e5ad21-8aa9-4f1e-a1fd-1faea6f7d9e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753189789990750015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015275318978999075001527531897899907500152753189789990750015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e798019-c110-4b5b-b87d-2c09bcd2bb1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128452913781648060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060512845291378164806051284529137816480605128452913781648060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c95d7d-17a7-4605-a941-601e3d86c4e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16893491879747559727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727168934918797475597271689349187974755972716893491879747559727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d50a6-df7b-4b56-a918-a3bcf0e0a3e2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446282098097261831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831144462820980972618311444628209809726183114446282098097261831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c59bf02-952f-457f-a659-0db02c672b74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50f33a92-a3ed-4af2-8621-32095c9c28ae, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103946845211244729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729610394684521124472961039468452112447296103946845211244729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3951422688826727156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156395142268882672715639514226888267271563951422688826727156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ad5246-6e31-42e8-9f00-6d146290ac9a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9834923941056743812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812983492394105674381298349239410567438129834923941056743812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6f1e33-86f7-4c14-888b-728b885ad395, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6a496b-e61b-4a96-b73c-73d1f59c9f4b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10973945707487371681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681109739457074873716811097394570748737168110973945707487371681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433687538602110118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118143368753860211011814336875386021101181433687538602110118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a840c03-ed82-4d4b-8b4d-05a681576e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420671659460191168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168842067165946019116884206716594601911688420671659460191168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0fb9ca-9a9f-4a13-8ccb-aa46fc3798d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4629124117673878940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940462912411767387894046291241176738789404629124117673878940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f49ed99-7b45-4381-a92c-15a3c4376506, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10091972461789746358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358100919724617897463581009197246178974635810091972461789746358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3774070-5aab-4b21-96b7-ef76e106fed7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43386e0c-feb5-4b22-a80f-56d0a66625f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265600351804679945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945526560035180467994552656003518046799455265600351804679945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940441603672548376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376394044160367254837639404416036725483763940441603672548376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa84b441-e22b-421a-9564-39cc11bd1330, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9824096341764622085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085982409634176462208598240963417646220859824096341764622085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30e8432c-c1e8-4b56-9f54-a1a5009e453a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540441668392304701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701454044166839230470145404416683923047014540441668392304701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec7f4d0-3295-464a-89ea-bdf06c264e19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605875563542352469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469126058755635423524691260587556354235246912605875563542352469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9a0f6c-d8bf-4978-9244-294cc9b99617, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8428585275170417192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192842858527517041719284285852751704171928428585275170417192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5012b71b-07e6-4ebd-8fc3-9381cfc5da85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572337864667165994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994257233786466716599425723378646671659942572337864667165994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6163bedc-c5bd-4cd3-a2cb-2963ae144bdf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12155866335101675969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969121558663351016759691215586633510167596912155866335101675969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d445ca-9ba9-4b9a-8134-0b53a13df6c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134902565666455560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560161349025656664555601613490256566645556016134902565666455560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694f74aa-3fe7-40c5-9669-c3da16aacc73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728082175324409433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433728082175324409433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259c7973-54b2-44a5-874b-91a44a0438cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13553606614110908911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911135536066141109089111355360661411090891113553606614110908911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288890ba-bd40-4d61-a008-e7b530c2c5fd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2402160695757014970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970240216069575701497024021606957570149702402160695757014970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c40c6a7-72f1-498f-9c6c-4356f80e4f63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130918072738701836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836161309180727387018361613091807273870183616130918072738701836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab96577-e4c7-462a-9587-896b1c6c9470, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413988335635350961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961154139883356353509611541398833563535096115413988335635350961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dec3d63-ee28-423d-ade1-3e81737ce69f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12313997947054216755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755123139979470542167551231399794705421675512313997947054216755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46978f9c-9902-4fdd-9c51-61064956a3bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902377480154040219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219290237748015404021929023774801540402192902377480154040219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5ffd96-8654-492d-bc7d-3ab6f88e1267, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953300898348372505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505795330089834837250579533008983483725057953300898348372505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cea9a2-10ea-42d3-ba40-50211d6370b2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517394380096565731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731105173943800965657311051739438009656573110517394380096565731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0131179e-9f70-4406-b09f-72386943e2fb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747165391655542983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983974716539165554298397471653916555429839747165391655542983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e473ee83-4d91-4111-bcaa-f6093c213ff5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081111864157799077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077508111186415779907750811118641577990775081111864157799077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d0681e-b010-4932-b128-a3c312b33cb2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8515388909481196934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934851538890948119693485153889094811969348515388909481196934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b362417b-0ead-4113-af4a-ed9995df48a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12885096494756026918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918128850964947560269181288509649475602691812885096494756026918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac5c981-ccd9-4476-9cbd-7383c638d22a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2752144804173433587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587275214480417343358727521448041734335872752144804173433587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e5d8f2-6534-4894-bbfb-c0ba95acf68d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680020769891540821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821368002076989154082136800207698915408213680020769891540821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f249fd92-56b7-46f3-a1fd-f07c452798c4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3506320954184372190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190350632095418437219035063209541843721903506320954184372190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce816c4-0b9f-4681-b48b-f5bcaea1c55c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522466012636378500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500552246601263637850055224660126363785005522466012636378500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab261a61-6f24-4f18-b684-3855ac17d868, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10436122999879412434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434104361229998794124341043612299987941243410436122999879412434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fa9c2d-560c-4441-b0f8-9e21a1667398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383973764800124505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505238397376480012450523839737648001245052383973764800124505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48881259-035f-4ebb-9a4c-e9ef9a78a5e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932594868032726493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493129325948680327264931293259486803272649312932594868032726493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7577ec17-08bd-4426-98a9-d12ec02096c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12359794294644254419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419123597942946442544191235979429464425441912359794294644254419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b5c51b-7bd8-481b-a8e6-cd86b9320d83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11121383452816007336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336111213834528160073361112138345281600733611121383452816007336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b54779-a3a7-4c4e-aab9-c41b95c69845, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17776116417795135437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437177761164177951354371777611641779513543717776116417795135437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0872a385-cc46-482f-9e4b-04d3520504dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446225540148547417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417144462255401485474171444622554014854741714446225540148547417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee138da-679e-456d-bb32-8c6c8feb3c50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804602526777508810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810380460252677750881038046025267775088103804602526777508810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8974ca44-0e41-4df8-ad4e-9ad7259cc366, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023862761144176506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506130238627611441765061302386276114417650613023862761144176506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbd2fd6-e50c-4ffe-a075-1149589b28cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d4736f-7faf-4964-b613-eee51305cc08, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12752609305815492870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870127526093058154928701275260930581549287012752609305815492870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650596522401848720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720176505965224018487201765059652240184872017650596522401848720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d757c1b0-8054-4261-9098-f27834b79739, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65c7f39-0e10-44fc-92fd-764af3838064, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13482038300571914361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361134820383005719143611348203830057191436113482038300571914361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14553102841868791691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691145531028418687916911455310284186879169114553102841868791691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc884d5a-3ebe-4ad7-bb57-370ba63ac56b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10633300525276932206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206106333005252769322061063330052527693220610633300525276932206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf71f93-a386-44eb-a9f5-1d4fe8e5ca1d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823680765305291251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251168236807653052912511682368076530529125116823680765305291251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c49e93-1648-4c2b-991c-260daba51445, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce39b666-a3e5-4e56-814e-21a9dd4c5092, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16607461193840882496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496166074611938408824961660746119384088249616607461193840882496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406154117510829527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527240615411751082952724061541175108295272406154117510829527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0e7c3-b5b9-4d70-8f7f-16debf269061, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398422469292101601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601639842246929210160163984224692921016016398422469292101601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3891278e-e076-4dc5-a2ce-72b371640a56, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15685712177398862255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255156857121773988622551568571217739886225515685712177398862255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4688ca82-8027-4503-ab94-08b2c088d3a8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c4921-1d31-4a4a-aba9-4a827b7c1a5c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049754641953808085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085104975464195380808510497546419538080851049754641953808085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068680505241337950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950140686805052413379501406868050524133795014068680505241337950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32ee0d1-aa2d-4f92-9278-7fdf540201b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963074799758818189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189196307479975881818919630747997588181891963074799758818189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c624abbf-d7a7-4c1f-b32d-310d3fa383e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15775777942143692734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734157757779421436927341577577794214369273415775777942143692734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079ca4b6-abef-4666-b38c-c859353d16d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8bc5ce-618a-4f82-a4f6-708bad4e9c29, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474075035654265870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870947407503565426587094740750356542658709474075035654265870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4844413771220556388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388484441377122055638848444137712205563884844413771220556388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddfde7d-928a-48c6-b27e-5996cc78e207, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568299288766937138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138145682992887669371381456829928876693713814568299288766937138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf430a90-0ffd-44c7-bb27-d6afa9bb9fdf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764269751407800756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756137642697514078007561376426975140780075613764269751407800756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ac2d0-f424-4913-b40a-2844f040a22b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392486727056877721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721239248672705687772123924867270568777212392486727056877721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e7afe3-8cd1-46e2-bfc6-db7d999f60d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15126120161094343236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236151261201610943432361512612016109434323615126120161094343236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9ebe2e-5806-4381-b8cb-f23dec128dc8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866541927545014326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326986654192754501432698665419275450143269866541927545014326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d644091-7cb5-438e-a30a-02e3190ecc9e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 65537391842800074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074655373918428000746553739184280007465537391842800074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c92b06-d3be-4888-b0df-84a58fb21b7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142828064890241673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673114282806489024167311428280648902416731142828064890241673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809bcc04-674b-447f-8047-6920b4f00a4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4685718510487883801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801468571851048788380146857185104878838014685718510487883801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc95cc82-c1a8-482f-ba86-dc6e51758210, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168935459487665501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501516893545948766550151689354594876655015168935459487665501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7e0968-c690-4173-b9f4-fcbdec3200bc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7310316591286675951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951731031659128667595173103165912866759517310316591286675951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe84637b-bbbd-4b7d-842a-8d57cd2998f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229793336166279411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411922979333616627941192297933361662794119229793336166279411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a63a970-d73e-46ac-9808-206a159cce9b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227859667429156063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063142278596674291560631422785966742915606314227859667429156063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdd161a-2e80-4f4e-8a21-6bc63a193046, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5701084218650870429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429570108421865087042957010842186508704295701084218650870429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537eb860-c71b-458e-a7db-d7c7fbe84425, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611409019515804522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522136114090195158045221361140901951580452213611409019515804522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b4a989-d236-48b7-a4a7-9ad54c4e520f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9382862475120793393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393938286247512079339393828624751207933939382862475120793393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7007cb-0eff-40e7-9f01-4afec95014ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12900726599687754870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870129007265996877548701290072659968775487012900726599687754870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279de0f8-c873-40da-872b-a41d8557f7ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5825648111384876469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469582564811138487646958256481113848764695825648111384876469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b4ff98-6d62-440c-a53d-ce49497c2926, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17593625242854389173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173175936252428543891731759362524285438917317593625242854389173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc79e7fe-01df-4fc9-af84-dcc7dec238e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157815583603916610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610815781558360391661081578155836039166108157815583603916610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba22225a-8027-49a4-a4a3-26aca0ec8f55, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984ffb5d-53fc-43c8-9d1b-aec0be53da2b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037147602167056689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689903714760216705668990371476021670566899037147602167056689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805278020095291494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494148052780200952914941480527802009529149414805278020095291494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441474d6-b469-4511-b829-98e5e3fdfefa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17859820609356183992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992178598206093561839921785982060935618399217859820609356183992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b64dcd3-9127-456e-9812-b71a7051f227, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044154835673255652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652170441548356732556521704415483567325565217044154835673255652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d049dc4e-c15a-41cb-95b5-69d1a4384edb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6607079741743242789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789660707974174324278966070797417432427896607079741743242789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129005ad-36e1-4fe3-890a-87c3c7bb8df4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026595553207716094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094130265955532077160941302659555320771609413026595553207716094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20d5fdc-a6d3-4f45-9d9f-89265128ea17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285610859581751710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710122856108595817517101228561085958175171012285610859581751710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68431eb-7f6f-4362-8e97-b1b0da77cfa6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13436514530178466999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999134365145301784669991343651453017846699913436514530178466999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29de715-a396-4e3e-a0ac-e9f10e69f74d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4113296190201924449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449411329619020192444941132961902019244494113296190201924449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf3434f-bde7-43a2-968d-e6676014477a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7576393143462508201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201757639314346250820175763931434625082017576393143462508201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4bf4bc6-57eb-4cd5-8232-ca936290cb6c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6748805935344693666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666674880593534469366667488059353446936666748805935344693666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 540beb14-5ac3-430d-b5ec-1f4e43f5cfe4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3fd94d-c502-4e8f-97ed-f3470e35e28d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922238655986191565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565169222386559861915651692223865598619156516922238655986191565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4139000977278828895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895413900097727882889541390009772788288954139000977278828895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31dae265-2c58-45ca-8150-fca4d8bbda92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14822074278163554263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263148220742781635542631482207427816355426314822074278163554263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f80d94f-3084-4da6-b6a3-8ad247b156e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6153211797221224724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724615321179722122472461532117972212247246153211797221224724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24613/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca840f0-d1f1-4e5b-9d31-6fcd1710b5f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7933767-8e18-4f77-a161-f403342848b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10930290638046583195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195109302906380465831951093029063804658319510930290638046583195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202891058064782623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623132028910580647826231320289105806478262313202891058064782623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3163f8-d006-4e75-8297-d4688595c67d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8379542129457737737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737837954212945773773783795421294577377378379542129457737737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8583561-ec75-465f-a6f4-4e678970e134, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13346103488172204921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921133461034881722049211334610348817220492113346103488172204921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f651ea-7937-436d-97a9-f45250cdd8c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf0a552-08f2-4f28-b62c-ceeb9146f61f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5076299183656285301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301507629918365628530150762991836562853015076299183656285301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418799081228265821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821941879908122826582194187990812282658219418799081228265821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357b184f-b41d-4ddd-95d7-2aff3d1d11db, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8522723840706638217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217852272384070663821785227238407066382178522723840706638217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67ef43c-f7d4-4eaa-bb8e-53a868f31fb6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399799837069005674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674139979983706900567413997998370690056741399799837069005674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7785c9e4-8dda-431c-91bd-28022740f191, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16537726859960857821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821165377268599608578211653772685996085782116537726859960857821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b9a8d4c-280e-4157-a55b-1c1879f52d87, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59552434135222329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329595524341352223295955243413522232959552434135222329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506a08ad-b487-4b95-a4ec-81df188af6c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068052777611065633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633100680527776110656331006805277761106563310068052777611065633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31b2a47-f139-43a8-9a57-2979b085ce4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1596443683900410525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525159644368390041052515964436839004105251596443683900410525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3f8001-a3de-4b58-8da1-c1c9395141bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3301970195840059201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201330197019584005920133019701958400592013301970195840059201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be066075-f92c-499e-83cb-a41f0e877560, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275156186476759410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410132751561864767594101327515618647675941013275156186476759410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d91428-ac8e-44ba-9b2c-28164f365c23, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5902869335107756428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428590286933510775642859028693351077564285902869335107756428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1e3bf2-c022-46dc-9f0a-399bfe43028d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8ecd63-dc91-478b-80f3-984794562121, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16141384988909911995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995161413849889099119951614138498890991199516141384988909911995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409837553133320039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039840983755313332003984098375531333200398409837553133320039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e3c6f9-97a2-4266-9ca2-feb8c9ff1c43, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2235bc4b-c982-4837-8b9a-115621800b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17216321684488360186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186172163216844883601861721632168448836018617216321684488360186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579652864940905655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655135796528649409056551357965286494090565513579652864940905655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b8a8ba-51ad-4c11-ae3a-65f7f9769c0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532015642876985264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264553201564287698526455320156428769852645532015642876985264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c530208b-87eb-47c0-8a21-61d478dd2592, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13673141902973797081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081136731419029737970811367314190297379708113673141902973797081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27adbb31-4373-439a-a6fd-a039630d1b96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271f51ef-7754-497e-95f8-542701d5d809, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353228029383996851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851135322802938399685113532280293839968511353228029383996851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384872957382958576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576738487295738295857673848729573829585767384872957382958576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b4a5ed-7e31-45d8-8512-1a01b8092b3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe147dc-0b6e-4839-ba7f-cd76b9fb214f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12631492127481618669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669126314921274816186691263149212748161866912631492127481618669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16732277915862803227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227167322779158628032271673227791586280322716732277915862803227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1edcddc-cf2e-476d-a24d-b1b8e73a352a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57de4ce2-55e7-43ab-86c7-547774ed9c7a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732853259225672473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473173285325922567247317328532592256724731732853259225672473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 505670989052472007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007505670989052472007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d42040-c740-4a3d-9ed4-298850a2c6c3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6136375537758005427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427613637553775800542761363755377580054276136375537758005427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9051ad54-9004-46ce-ac63-9ed8471c94f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1116665971817065260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260111666597181706526011166659718170652601116665971817065260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc06a55a-265c-4189-ae00-cf14d55dbe1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1259265031813079409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409125926503181307940912592650318130794091259265031813079409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fc293a-a6f4-4271-a739-bb0778589398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578539466795715117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117145785394667957151171457853946679571511714578539466795715117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcb7467-c748-4910-9a49-ee34164de0f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193695478527072375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375181936954785270723751819369547852707237518193695478527072375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b253b31-8eae-4d3c-a50a-13283caf13dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449771226613650508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508144977122661365050814497712266136505081449771226613650508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee36243d-1091-4256-bce0-1bfb1d52b054, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8682dd4b-e715-4e0a-a21c-9ecfd1644492, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081871424544346959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959208187142454434695920818714245443469592081871424544346959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14515124831591547880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880145151248315915478801451512483159154788014515124831591547880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 083a212f-0bd2-47dd-9efc-d5fa9cf5752a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4956443-4c1b-40f9-9f43-6c9469d1db95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456640738553370103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103245664073855337010324566407385533701032456640738553370103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749103572715814311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311127491035727158143111274910357271581431112749103572715814311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21984a7a-fe76-46a0-aedd-39f7738a3102, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12761637463527729673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673127616374635277296731276163746352772967312761637463527729673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c17a7af-a03b-428e-adb9-171d19768896, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062544931965524744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744160625449319655247441606254493196552474416062544931965524744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec49031-7b98-4493-9780-3569d5480097, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090891527301618365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365140908915273016183651409089152730161836514090891527301618365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf43a50-93f2-498c-b5a9-b7ee1876dff1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262892555785496134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134926289255578549613492628925557854961349262892555785496134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae347ed-9a13-4fcb-827e-a1da17b7e120, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 647557296049952523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523647557296049952523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da7a6cce-4b8f-4eef-9206-967778d2b237, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15795426135092442277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277157954261350924422771579542613509244227715795426135092442277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0ed215-447e-48ee-832d-8a656869ee98, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08de25bd-41bc-4d45-9f2b-efa7107140bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7344212626980251523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523734421262698025152373442126269802515237344212626980251523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ya.test:process.py:628 Command pid: 1453644
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580414830425438052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052155804148304254380521558041483042543805215580414830425438052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1453646
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81b3956-874b-41c4-a239-3e24b0ee3acb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14184049420754440161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161141840494207544401611418404942075444016114184049420754440161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb361898-2089-46fa-8f51-e3a44b53dd2e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9926815023998130036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036992681502399813003699268150239981300369926815023998130036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79cf827-8fcb-455d-a4fd-acc0119df70a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5642176751011958772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772564217675101195877256421767510119587725642176751011958772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a52a577-af5c-47f4-a6b3-6d18bb595f7e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902591629117185864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864179025916291171858641790259162911718586417902591629117185864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8373cf00-5c38-4201-a604-b3c1278b2f8d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ed26e2-234e-4612-8e24-1b760c279bd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532045075560391053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053105320450755603910531053204507556039105310532045075560391053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16189220465817385014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014161892204658173850141618922046581738501416189220465817385014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4faf7f82-ee6f-4701-9fef-061e89c0b22f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322314655011734114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114632231465501173411463223146550117341146322314655011734114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e96fe69-f065-45b5-853d-468869c67a9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18139087546175288914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914181390875461752889141813908754617528891418139087546175288914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6ce8c6-480a-4e9f-9480-bdb0b2dcae4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2633eaaa-9d56-40a4-891b-75ad495b9bce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196874290012876049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049619687429001287604961968742900128760496196874290012876049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7219271760412153835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835721927176041215383572192717604121538357219271760412153835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b54f5a8-560a-4d5a-a9a7-6b994c85c1db, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7443409756851378661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661744340975685137866174434097568513786617443409756851378661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1415d94-dbbf-4d2c-8a78-978e44c7425c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11706308559218728415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415117063085592187284151170630855921872841511706308559218728415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e46dde-54f3-4d8a-baa6-421e52c7d53a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9580079263217626578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578958007926321762657895800792632176265789580079263217626578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4a1e42-c3d9-4af4-af85-911f1d933f7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17967335820810985405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405179673358208109854051796733582081098540517967335820810985405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de46f43-7aaa-4d95-bbd6-1443035e5efa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14410804582335750415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415144108045823357504151441080458233575041514410804582335750415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a99f89-5da3-4f79-a993-d149d3a90aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354325962335257873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873235432596233525787323543259623352578732354325962335257873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f1c2a5-ffd2-48bc-b421-e9b5bcb6bc53, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10188043573736766816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816101880435737367668161018804357373676681610188043573736766816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6648091b-5cef-4b20-a932-3ce7164ec8bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326746367874218540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540132674636787421854013267463678742185401326746367874218540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08ff9f4-0eee-4c90-bac2-428081570017, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665722713303920105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105766572271330392010576657227133039201057665722713303920105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a17f893-981b-4e46-9f0e-30ae4f774803, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269593679377469933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933226959367937746993322695936793774699332269593679377469933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac99a05-6a27-4264-8127-6774d5a69eb9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162352859713833528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528141623528597138335281416235285971383352814162352859713833528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e95948f-0a7d-4473-9ebe-6e4b00e0d5f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431795399796465911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911174317953997964659111743179539979646591117431795399796465911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c51b99-5a74-45d6-a758-164baca6ecc3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1504af55-e77f-403c-acd5-f59b71db98a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6320886638002296333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333632088663800229633363208866380022963336320886638002296333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555917133652907979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979355591713365290797935559171336529079793555917133652907979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91de1e3-e2e0-49b0-b936-b71b2c05a4ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742369256743276585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585177423692567432765851774236925674327658517742369256743276585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76222c3-17f6-4ac5-b280-81d2660e4592, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946537406381514705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705994653740638151470599465374063815147059946537406381514705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389353b6-4da6-4341-976b-2282e8761312, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513551721680625351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351135135517216806253511351355172168062535113513551721680625351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0400612b-8d83-401a-9107-2783da01fcbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13169179063520317021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021131691790635203170211316917906352031702113169179063520317021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dfddb3-a929-4236-b56c-e25d1505c776, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983858251776353299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299298385825177635329929838582517763532992983858251776353299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afa7deb8-a151-45ce-a395-80b59a423549, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471585194594567468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468114715851945945674681147158519459456746811471585194594567468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fda338b-eb06-4591-9ad7-968e086a3837, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2040432851742517398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398204043285174251739820404328517425173982040432851742517398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0dd42ca-5dfb-468c-af64-dbf9fa836a09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778876786674924267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267137788767866749242671377887678667492426713778876786674924267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f392bac3-ab2a-4238-8ca2-550e00bf0857, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11732888073118979731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731117328880731189797311173288807311897973111732888073118979731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d95dfc-3765-4d52-99e0-896393a24e08, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18268105546951223099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099182681055469512230991826810554695122309918268105546951223099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc04ca4d-95b1-42a3-a819-dd48a97e7e2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17479551762105383841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841174795517621053838411747955176210538384117479551762105383841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99868401-082e-4d44-af10-0dc4f6e43338, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13916725058397499666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666139167250583974996661391672505839749966613916725058397499666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd6c68e-d270-40fe-b298-d212e177d873, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752750517206654063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063177527505172066540631775275051720665406317752750517206654063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc23934b-fe51-493c-ad87-ae5bfe4b4541, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036498512571727576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576100364985125717275761003649851257172757610036498512571727576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005370a7-47b2-452d-ad2e-6cb95dd621ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15861307395768444910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910158613073957684449101586130739576844491015861307395768444910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be70eafa-8188-48d0-b5e2-0c5dd692cac0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989932526929536861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861179899325269295368611798993252692953686117989932526929536861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0368a3-9cc2-41af-98a8-f5ceba692071, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8927099311087977685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685892709931108797768589270993110879776858927099311087977685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8ef55a9-801b-4ea4-afb6-4a24afe6ad09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547288757846433269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269105472887578464332691054728875784643326910547288757846433269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc8117a-9108-4084-9592-7dbde4293e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13025702427293311485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485130257024272933114851302570242729331148513025702427293311485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2fec00-f000-4787-90cf-b5236ceeb8e1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde01f53-28f6-407d-9a60-46a5c3198335, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7611141614666323177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177761114161466632317776111416146663231777611141614666323177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3613833794618157318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318361383379461815731836138337946181573183613833794618157318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d112295-744d-49c0-9b4b-606d44930fe8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042ebe01-f14c-48aa-a0fe-b4693961da76, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 97703234077559114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114977032340775591149770323407755911497703234077559114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526007739604793595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595752600773960479359575260077396047935957526007739604793595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4610c153-cc10-4025-b457-7af9777da82d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008108178174394073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073700810817817439407370081081781743940737008108178174394073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c00cbb7-c0c8-4532-a20c-457806aac78e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074665365849612081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081107466536584961208110746653658496120811074665365849612081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebc76a0-57c8-461b-9f1d-68bf215b76fe, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc082ea-bcbf-4406-9ecf-4699039a4cc1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695806663693761440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440369580666369376144036958066636937614403695806663693761440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633816092819164702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702963381609281916470296338160928191647029633816092819164702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1453646) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453646) elapsed time (sec): 1.3758304119110107
DEBUG    ya.test:process.py:263 Command (pid 1453646) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) maxrss: 742448
DEBUG    ya.test:process.py:263 Command (pid 1453646) minflt: 45365
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f511477-12c1-428d-a3ee-fba8e8e87b1b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17424118496359812658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658174241184963598126581742411849635981265817424118496359812658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e75d9c-d7d6-4e5f-82e2-daa8f627bea6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070188207655308947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947170701882076553089471707018820765530894717070188207655308947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1453646) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 1453646) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1453646) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1453646) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453646) stime: 0.276659
DEBUG    ya.test:process.py:263 Command (pid 1453646) utime: 0.520622
DEBUG    ya.test:process.py:263 Command (pid 1453646) wtime: 1.378
DEBUG    ya.test:process.py:275 Command (pid 1453646) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01e449e-3d02-47bd-a973-4bebd3ef95a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26604077-96d3-4e0c-9e70-a0839fae1255, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11610206195208806838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838116102061952088068381161020619520880683811610206195208806838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283974497753145759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759228397449775314575922839744977531457592283974497753145759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5a4d3e-ecab-4c17-afee-d6becc3f0b48, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17847877508657243737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737178478775086572437371784787750865724373717847877508657243737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d662f2-7de5-4ae7-8e1c-4a5d5c089deb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15415832831340322126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126154158328313403221261541583283134032212615415832831340322126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd45eed-6d17-4a08-827a-e72857b4ac6e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566511606580619907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907105665116065806199071056651160658061990710566511606580619907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e67775-d681-4079-bda6-39da46e07dd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11792081149422091781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781117920811494220917811179208114942209178111792081149422091781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6be4934-19e6-41ad-97a1-c1060046c6bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 220807530149719316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316220807530149719316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a815bbf-f2dd-4a65-b15e-512e841b5e1d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492307596348290622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622849230759634829062284923075963482906228492307596348290622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 671e3cd7-1ab8-40e8-8013-283ddec59d85, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739778655829434167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167157397786558294341671573977865582943416715739778655829434167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513223b3-1672-47eb-bfea-32673811387d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997017188646090878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878599701718864609087859970171886460908785997017188646090878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef686bce-5e0b-444b-9e49-12f2250b1227, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17303125717187589728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728173031257171875897281730312571718758972817303125717187589728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5c0c0a-13d9-4214-8437-d6f93a2054c5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6992096067387649823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823699209606738764982369920960673876498236992096067387649823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2908e844-c7db-4af1-a872-63929fd6d5c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16158252211427858446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446161582522114278584461615825221142785844616158252211427858446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec07dbd1-b5f0-4869-9e3a-69e01433388d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14013500050481619449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449140135000504816194491401350005048161944914013500050481619449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489d013d-c0e1-468d-8da3-d992ba394588, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1249751a-ce24-41ab-8b3b-2b9ea62e01a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701392173271643805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805770139217327164380577013921732716438057701392173271643805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7503491574781248684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684750349157478124868475034915747812486847503491574781248684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23cf2f77-3ad3-4f07-89eb-53728b26ab2a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058133835138461700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700110581338351384617001105813383513846170011058133835138461700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed258cff-986b-471a-8b0d-317a3fc49583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff730187-4359-424f-9f9c-354ca740558f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7043462574461421194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194704346257446142119470434625744614211947043462574461421194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311023036444456687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687531102303644445668753110230364444566875311023036444456687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70a0900-c80e-46fe-b3b2-9dfa255bf0d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10282142116598388094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094102821421165983880941028214211659838809410282142116598388094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549f3290-1006-4d72-9dba-5913317a090c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb30ff9-834d-4e0d-ad65-4b7c5287048e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111256047846672658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658111256047846672658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15586793662951377830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830155867936629513778301558679366295137783015586793662951377830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffcf4ff5-03fa-45b7-b6c4-c8bb3cf5fb87, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251764883593505094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094725176488359350509472517648835935050947251764883593505094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adebc23-2ad1-4bf5-8d0c-67d7a8405e77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168847586828063755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755116884758682806375511688475868280637551168847586828063755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d08f57-109b-4c84-95df-b95ccb41f315, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636143653115882598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598146361436531158825981463614365311588259814636143653115882598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19d7e87-fce2-49e3-ab38-18045de44f41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2963303429870226262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262296330342987022626229633034298702262622963303429870226262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbe1642-1419-4dfc-b82d-4287e6608f7c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11818331327743923999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999118183313277439239991181833132774392399911818331327743923999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ccd984a-b043-43a9-8739-5423a68ac938, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494879209252026421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421449487920925202642144948792092520264214494879209252026421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79aa5c71-4018-483a-820e-c2ce0e8a12ec, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518550692181043652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652115185506921810436521151855069218104365211518550692181043652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18152bc-e63b-4b7a-b4be-58c42dca0d6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575336508515968371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371575336508515968371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6319d703-1ff4-40eb-b6ce-4a6198d280d9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7658690777325504128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128765869077732550412876586907773255041287658690777325504128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad85c824-213d-47ae-a64d-8c7357c66366, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133174825343515549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549713317482534351554971331748253435155497133174825343515549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09bd19a4-5697-4782-9cf7-0536f71acc8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11763999765887938265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265117639997658879382651176399976588793826511763999765887938265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdddf4ae-479b-4bfd-9cc0-547c727a8171, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8392983672471655475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475839298367247165547583929836724716554758392983672471655475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3ef18e-7fb7-46bd-99cb-663d1c38caf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10102851120026636881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881101028511200266368811010285112002663688110102851120026636881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5adb803-4bae-4d36-9241-4ed773efeddd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6617508498737394994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994661750849873739499466175084987373949946617508498737394994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40eb53d3-4be7-4f6e-8563-cdc8b731466c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5209270784941462957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957520927078494146295752092707849414629575209270784941462957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13899e6-89b2-49de-9ec2-a7a43afd06ef, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320299469896996587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587132029946989699658713202994698969965871320299469896996587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d48227-0ee8-4347-84a2-00104c4c6348, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4462684269324788899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899446268426932478889944626842693247888994462684269324788899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea1dfb2-dfe2-4a1b-b08a-201b492d34d2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12783732235892832595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595127837322358928325951278373223589283259512783732235892832595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3db090-2f8c-4e12-987f-3d8793ba8745, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674038047103248858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858136740380471032488581367403804710324885813674038047103248858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d379a799-acf2-410c-a6f3-2cb467ebc485, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335447319648917697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697233544731964891769723354473196489176972335447319648917697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9567c283-d21a-4962-ade3-07294a3b77e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940986119274175216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216109409861192741752161094098611927417521610940986119274175216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0016779a-5856-4bf4-b483-a23d314aeed3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206844603254309400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400620684460325430940062068446032543094006206844603254309400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345527dd-cb21-45e6-8ccd-b86f8b310c27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139857676881210471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471813985767688121047181398576768812104718139857676881210471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d314754-5f5e-4798-b049-87adab20b2c4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9902807611530143685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685990280761153014368599028076115301436859902807611530143685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda24137-e409-49f3-a9ee-738867660f14, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311133747091413048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048311133747091413048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9a3583-116c-41d8-b540-6d645bc31290, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571901893615487353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353257190189361548735325719018936154873532571901893615487353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a755d39e-4023-4db9-a0d8-0a85e6673ed8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080585589748050977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977508058558974805097750805855897480509775080585589748050977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad9f753c-4255-4ae5-ac62-09118ea99996, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1748757698806179379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379174875769880617937917487576988061793791748757698806179379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f4cb8e-7fdd-4790-967a-4f5cb44118f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12476760117373059847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847124767601173730598471247676011737305984712476760117373059847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae766f6-3e8c-4a6c-8b87-db88774d0664, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558529039909957643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643555852903990995764355585290399099576435558529039909957643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24a496f-7263-402d-92a6-efcd94cb8389, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827148734494517663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663158271487344945176631582714873449451766315827148734494517663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f28dec9c-253b-4fed-a5d8-df943bbeb5d8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379065763115225798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798637906576311522579863790657631152257986379065763115225798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f851cee-4bc1-4a85-b39c-6f079bb30c3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129657047250737869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869171296570472507378691712965704725073786917129657047250737869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 471924fe-3f62-4ff8-8a6c-42bbb2c20321, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6468394354802602149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149646839435480260214964683943548026021496468394354802602149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848ff775-f073-4ae4-9376-08cdd0ec5065, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1722703527237779103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103172270352723777910317227035272377791031722703527237779103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea077c39-11c5-41fd-b20d-cd803dff4653, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d5f8a2-e0fa-497a-b714-f2757baab2c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044990940848707927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927504499094084870792750449909408487079275044990940848707927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3983220138681845928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928398322013868184592839832201386818459283983220138681845928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861b0af2-af78-42dd-98a3-a7d65345217c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9783467570411741037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037978346757041174103797834675704117410379783467570411741037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7df080-a6f2-42d4-8f50-d6e0ce31950e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126738001662892141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141181267380016628921411812673800166289214118126738001662892141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019c78a3-90d3-4262-bbac-45184bf83935, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3705426427290601919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919370542642729060191937054264272906019193705426427290601919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49df2e97-c355-4b23-8155-b379da6f04ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924493417046219378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378109244934170462193781092449341704621937810924493417046219378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea3515e-864f-4b03-8c7a-84797573af1d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595441367982607268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268165954413679826072681659544136798260726816595441367982607268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f386599-5a23-425d-9402-5bffe69b6f70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327097442503895594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594143270974425038955941432709744250389559414327097442503895594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae468b5a-0830-4a65-ad1f-104066436f91, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7016621731988466513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513701662173198846651370166217319884665137016621731988466513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43ddc67-76c4-4efb-a579-bd133987548c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15329061350195511959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959153290613501955119591532906135019551195915329061350195511959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca2788c-2229-4f61-aded-a1afb0f77d83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165584349181648038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038111655843491816480381116558434918164803811165584349181648038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d210c8-f49c-4ddf-9e53-2008de3be171, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14710400355441497409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409147104003554414974091471040035544149740914710400355441497409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8e9f8c-dff6-47ee-b72e-a609ee0bef50, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f93435-3f8f-424e-afe3-9776d779b529, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1382476179682276901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901138247617968227690113824761796822769011382476179682276901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941031815763726731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731169410318157637267311694103181576372673116941031815763726731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265fab21-bc7a-4b38-9efb-8c61072e5e2c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14677382876385830674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674146773828763858306741467738287638583067414677382876385830674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b3b416-b615-4744-8787-8fe27e424b5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955581300465330680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680695558130046533068069555813004653306806955581300465330680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba65f2a-8fcd-4174-bf23-bf30888aa11e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621623727828384401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401562162372782838440156216237278283844015621623727828384401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d598451-290f-456c-a1ca-627e5dbb8f17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9453874681989579362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362945387468198957936294538746819895793629453874681989579362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86575c82-2861-4ccf-a33b-5d01da206367, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649916251973220353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353764991625197322035376499162519732203537649916251973220353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6797888e-0f42-4e64-b272-9ca5afa34aff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897551123017768456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456897551123017768456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5825b7-d4bf-4568-a871-228839a5ae6d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6967556950713674547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547696755695071367454769675569507136745476967556950713674547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3642c9d-64ce-4c77-8af5-6284d83ece6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475060027569419706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706347506002756941970634750600275694197063475060027569419706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954b4b8e-c42a-4387-97fc-a9b4c9317c61, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16753755734134723334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334167537557341347233341675375573413472333416753755734134723334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69b97de7-7b7d-47f3-bede-f1cc061d5f8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192020538803566587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587121920205388035665871219202053880356658712192020538803566587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883c4be4-9aab-4312-a79a-6c9cc7e3721f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829110584309762513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513582911058430976251358291105843097625135829110584309762513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83698d5f-6b44-4a02-bf87-ca4cc0fe8f61, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18340304099909177708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708183403040999091777081834030409990917770818340304099909177708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e4cac5-b186-461a-80e1-74345dfa218c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565d3c15-aa21-4cbb-98c6-f069df9c6a4f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9301729413089559354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354930172941308955935493017294130895593549301729413089559354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571300998869941309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309135713009988699413091357130099886994130913571300998869941309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3562ec-6888-4446-8257-df95580f5816, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7044961737315631192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192704496173731563119270449617373156311927044961737315631192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be4c51c-7dac-4924-917f-a0f4dd671679, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1334913656280335078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078133491365628033507813349136562803350781334913656280335078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2f3e66-41be-45ae-8902-99d27a3bd8a9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16103222624321357440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440161032226243213574401610322262432135744016103222624321357440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d88860-00f1-44f7-bc5b-1f5cc711fc83, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 55300948826569652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652553009488265696525530094882656965255300948826569652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37e512e-b3f6-43fc-bef3-68567e34f41e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648752761797206242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242136487527617972062421364875276179720624213648752761797206242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1973f13a-1da9-4767-8aa8-f6958b67290b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bad2ee8-445f-4d22-be25-c950655d2ee7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2275117439718652784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784227511743971865278422751174397186527842275117439718652784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15670734549480302213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213156707345494803022131567073454948030221315670734549480302213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a675c498-721c-4d8e-9703-9df9e28aab98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8152653623007182584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584815265362300718258481526536230071825848152653623007182584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb111556-276c-4209-8d98-adada95c823b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48837b69-f60c-4735-b327-a3ed6199fb35, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5053313335408900855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855505331333540890085550533133354089008555053313335408900855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7459551589762648688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688745955158976264868874595515897626486887459551589762648688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3b26a5-68a3-494c-95fa-c879e69b8b02, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492579125173339905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905249257912517333990524925791251733399052492579125173339905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c6be37-2c10-4cf4-9971-8a36af21131a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179856626213304921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921101798566262133049211017985662621330492110179856626213304921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c022cc1-9756-47e9-acec-0ae26a78d08d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885385938585829757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757588538593858582975758853859385858297575885385938585829757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc47be5d-ca1a-4359-8c94-963488990128, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 990183997411270302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302990183997411270302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7e05cc-99c4-4ab7-ad27-1ba09d1295a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3493382531915961114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114349338253191596111434933825319159611143493382531915961114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa88b6f-5abb-4d78-a1d3-0a0e3a4854b0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14132375236108873353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353141323752361088733531413237523610887335314132375236108873353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23046fc4-a6a7-4cb1-a7d6-3357fe30cf44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 592283217083893657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657592283217083893657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2156e8-da3f-43bb-825d-cd7fc772a70b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217281997392420950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950122172819973924209501221728199739242095012217281997392420950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bae38eb-0dd3-480d-b3cd-70fe52eaa742, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9568746451232728593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593956874645123272859395687464512327285939568746451232728593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f58c047-382d-4204-a159-6bfe78b70a37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13406383805604331027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027134063838056043310271340638380560433102713406383805604331027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54ccf26-1034-4cf6-a2a6-2d2f4beb3436, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347760729228172615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615134776072922817261513477607292281726151347760729228172615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da1ab94-a094-4b86-acfd-c94320f3659c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82512b51-aa8d-4b18-bec1-5698c0cd0560, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14995361165954693788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788149953611659546937881499536116595469378814995361165954693788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11548565545761614147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147115485655457616141471154856554576161414711548565545761614147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae6ed05-4f82-4007-886b-ed82632225d7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e0a2f8-7da1-46d7-a176-e39bb9af8a45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7532317851333323495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495753231785133332349575323178513333234957532317851333323495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640881294760745326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326564088129476074532656408812947607453265640881294760745326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b3b5dd-9b28-4d41-b86e-4d79ddaecce0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3160656825116482791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791316065682511648279131606568251164827913160656825116482791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8916ec69-0ad0-43d5-9210-cac0df10b452, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8770716786343193352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352877071678634319335287707167863431933528770716786343193352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66abff4f-e82e-46cf-8cd5-70a0b75f81bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502455420428036433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433250245542042803643325024554204280364332502455420428036433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3e0ad6-b864-414e-a80f-ae880935d22e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14346154556500554331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331143461545565005543311434615455650055433114346154556500554331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c37b00-458e-437a-8589-4052b33a9718, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244892005552267774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774224489200555226777422448920055522677742244892005552267774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2237f9a0-0c50-4c54-bec7-65559b52094e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12840657990566102730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730128406579905661027301284065799056610273012840657990566102730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d71ae06d-9c18-4f12-b83d-114ab39f2632, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913625808920580186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186149136258089205801861491362580892058018614913625808920580186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2116f11-7ac1-480d-baf2-6606f01f6c6a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289362818035761751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751182893628180357617511828936281803576175118289362818035761751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0023ae81-7a9e-4af4-8b47-2b45a048f462, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15304705360184232467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467153047053601842324671530470536018423246715304705360184232467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2f399c-e14f-4642-8628-077c6650605a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967307561970275879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879139673075619702758791396730756197027587913967307561970275879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19abccfa-96d3-4c47-a89a-53d6066a3a8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252689113137694797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797152526891131376947971525268911313769479715252689113137694797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5765d8-dad4-4372-b9fe-f79b56791768, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3189201908908193458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458318920190890819345831892019089081934583189201908908193458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e49090-4b9d-4d0c-a27b-e3d9194ab663, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ea98f5e-ef39-49f4-a9c7-1379b8d3d806, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856130227840290933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933285613022784029093328561302278402909332856130227840290933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2885630276971140860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860288563027697114086028856302769711408602885630276971140860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05be01f4-7e3c-4cb5-8d94-708c56e1feca, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1180879061725926990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990118087906172592699011808790617259269901180879061725926990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5908ed0-13ef-4c89-89fd-2174daa14173, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3c5754-56ec-4b45-a50b-1f9b2a38e5ce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3615661766202535549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549361566176620253554936156617662025355493615661766202535549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420880116186828166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166164208801161868281661642088011618682816616420880116186828166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96492444-9d01-430c-8559-766a518b7c21, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17974150388132357373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373179741503881323573731797415038813235737317974150388132357373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2369b930-c770-4132-ab77-4e5df259c797, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12009494804667487830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830120094948046674878301200949480466748783012009494804667487830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9858a598-1fdc-478b-82b3-535de340b3ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876072308546591888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888128760723085465918881287607230854659188812876072308546591888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28587b51-ce27-40f8-ae18-e46195e8c4aa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851620643473363532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532148516206434733635321485162064347336353214851620643473363532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d960f15a-2f74-4596-ba7b-5a1aa79f756e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16270998648330639477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477162709986483306394771627099864833063947716270998648330639477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2e1dda-18d3-40ca-90dd-393bfad76dc2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12997868646743937962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962129978686467439379621299786864674393796212997868646743937962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd6dfc4-ea46-4e34-a3ef-d655f2999f8a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636024294340609507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507146360242943406095071463602429434060950714636024294340609507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca2833e-a2f2-45cc-adef-b91109157a4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 586861385239177303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303586861385239177303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab173e60-af6b-4168-89d7-b731d7e4acc6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0d20d4-a18c-431a-bbcf-dba5c0461993, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10534645275162617091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091105346452751626170911053464527516261709110534645275162617091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164924802561827180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180716492480256182718071649248025618271807164924802561827180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d03d9e-7976-45aa-9ee6-97c6fc92e865, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16307969488993939696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696163079694889939396961630796948899393969616307969488993939696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e525d0-5553-4cb6-a39f-6cfc5d1f7c5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859570628929069405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405108595706289290694051085957062892906940510859570628929069405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2eecef-f305-4239-be38-377c11610bfa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17393331965795095178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178173933319657950951781739333196579509517817393331965795095178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0550c75-0fa0-4b3c-8c29-5afbeebabc1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6063196024652523293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293606319602465252329360631960246525232936063196024652523293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59b9081-4689-4d3e-8e19-1d931cd17428, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13969665964726894142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142139696659647268941421396966596472689414213969665964726894142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4250b50-c77f-4b3a-962b-112895f74659, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5381329305728021169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169538132930572802116953813293057280211695381329305728021169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea210eb-778a-4ea4-8a71-a3dcfb4ee34a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487082089503102033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033448708208950310203344870820895031020334487082089503102033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c3fc3d-72a7-4efd-9fcc-3a35c674b2b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11591563483485874394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394115915634834858743941159156348348587439411591563483485874394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61687273-5d46-4264-9e60-2e9a0d506532, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13251574711374132118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118132515747113741321181325157471137413211813251574711374132118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6731fe0-851f-4db5-9e53-b6501f22c994, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e773fd-4861-496f-bf6b-bfb66a6406ee, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386610636301998097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097123866106363019980971238661063630199809712386610636301998097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426899293244391227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227642689929324439122764268992932443912276426899293244391227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5a0daf-1d6a-4674-acc0-9ee78b564c8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196348121540486302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302181963481215404863021819634812154048630218196348121540486302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5636089e-9661-4807-a80a-c3fe1d073b09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1288149230287518072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072128814923028751807212881492302875180721288149230287518072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96c5747-04f5-4c3d-8f2a-00c0a0d0afd7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233678615608530715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715423367861560853071542336786156085307154233678615608530715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba145b20-f181-4a01-b4a0-76ce95cfc9dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12298755744569000591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591122987557445690005911229875574456900059112298755744569000591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21863098-b986-4ffc-964c-845798fc6e5d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18161508673101833852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852181615086731018338521816150867310183385218161508673101833852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd67755b-450e-4a39-86b0-5a3265a74519, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3388780791488039042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042338878079148803904233887807914880390423388780791488039042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983f58d8-13dd-4e9e-b0c2-7da3b0c3976b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387059236676332019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019113870592366763320191138705923667633201911387059236676332019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996a400e-47df-4c74-99d4-9ea886f38918, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152075007120454197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197115207500712045419711520750071204541971152075007120454197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea4121f-724b-4bc7-a8a7-8e2251cf9569, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14701513577834068614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614147015135778340686141470151357783406861414701513577834068614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702203d8-6d80-464d-8840-78ece6e546ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15146310216624089608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608151463102166240896081514631021662408960815146310216624089608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a286ce17-e4cf-4efe-8442-830bcd9b04c8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2369097673147117516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516236909767314711751623690976731471175162369097673147117516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf57b2d-d956-4d8e-a203-c149bc6ff102, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14050385503714867686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686140503855037148676861405038550371486768614050385503714867686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2821e5a7-f6d7-495b-af68-0268e5f37515, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 497cbf2a-2564-4aa9-b364-2857f9de5169, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511021163665269089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089951102116366526908995110211636652690899511021163665269089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3894024470406790211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211389402447040679021138940244704067902113894024470406790211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a87cc7-fc8d-462e-bb12-2a4818255bd8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8e4cad-0655-4bce-aeff-92df650c64da, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14512263873294712049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049145122638732947120491451226387329471204914512263873294712049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098682309903919891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891130986823099039198911309868230990391989113098682309903919891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d30a68-6a53-4703-90f9-6546702057ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af98ef1-a568-45c3-93f9-48abd4c462e8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4480543395609887880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880448054339560988788044805433956098878804480543395609887880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9125987461271013903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903912598746127101390391259874612710139039125987461271013903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b136db61-d798-4412-b63e-a9c4f26af2e6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace4e15e-7dd9-4028-a70e-27ac090afffa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7758098786346677178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178775809878634667717877580987863466771787758098786346677178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586873997467841675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675258687399746784167525868739974678416752586873997467841675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 524a7414-6218-4f5f-99c9-084d0a990934, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5991654894553249546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546599165489455324954659916548945532495465991654894553249546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b799f9-32ff-4239-b5b4-d9d5d91e0c87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074616164703099381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381907461616470309938190746161647030993819074616164703099381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71960bd4-36dc-4eaa-8a0f-d035da6a0bf2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696792206823448573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573969679220682344857396967922068234485739696792206823448573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e12f928b-bd68-4bd6-abc0-fdf03f60a3ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3935211567477039816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816393521156747703981639352115674770398163935211567477039816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8532d95e-da79-4ec0-87f2-697abb5c10e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4703257902064827565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565470325790206482756547032579020648275654703257902064827565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a216875-108d-4cfb-9844-2cf5c68732bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465c163c-00c1-41a5-aba2-aa2df7c8cc62, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154258536908096278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278101542585369080962781015425853690809627810154258536908096278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248bc254-fa1a-4619-b86b-928e3c622698, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11233369589230966128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128112333695892309661281123336958923096612811233369589230966128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2145875163521727743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743214587516352172774321458751635217277432145875163521727743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6baed62-69d5-454c-99e8-d34d941ac37b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970243639441343890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890897024363944134389089702436394413438908970243639441343890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cbfc83-96f1-4dc8-b5d5-01fc5c3c02ba, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7653833712794700534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534765383371279470053476538337127947005347653833712794700534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53fc116-4605-4d7b-99e1-2f0409dad4d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359213854761157480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480173592138547611574801735921385476115748017359213854761157480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6fce19-e1a0-4302-88d6-3bdf24172c73, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16745538144807211573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573167455381448072115731674553814480721157316745538144807211573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e6517b-ac34-4cc3-bae6-97b3817b5ebb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15691143651248995261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261156911436512489952611569114365124899526115691143651248995261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5673e921-b828-472f-bfd1-f7b294f27f7d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895403438482180903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903138954034384821809031389540343848218090313895403438482180903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811f15c1-52d1-44ae-8afb-2ec25cac92a0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64796118234012477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477647961182340124776479611823401247764796118234012477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f48a793-1e38-4694-927b-766b69497d13, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038112248418383414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414703811224841838341470381122484183834147038112248418383414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ba0279-eb58-4a38-b17e-37e86bf88c43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9309248743619508780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780930924874361950878093092487436195087809309248743619508780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1dabe7-bb92-4be4-9dac-8be1bdc81ae3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933089206310592603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603119330892063105926031193308920631059260311933089206310592603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5681af4-8aca-43f1-963b-4105f9c18dda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13998403970574111665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665139984039705741116651399840397057411166513998403970574111665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b36d1a8-fa3a-4b37-85f5-feb41e12115e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17780584711250232625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625177805847112502326251778058471125023262517780584711250232625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2168cc1f-b119-4e9b-8725-6c760d1fa4f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8982158820102459871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871898215882010245987189821588201024598718982158820102459871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3466dbc1-e0ba-493e-9443-5b56a29bd547, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946835697945863993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993694683569794586399369468356979458639936946835697945863993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e97eb1b-603e-49b4-b5d8-ccc603bd1381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3222069618872852563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563322206961887285256332220696188728525633222069618872852563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8779c2-e36c-4d85-8599-6e25a9932fd1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022590856479237391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391120225908564792373911202259085647923739112022590856479237391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b486e4-0fb5-4430-aa73-95076ed25826, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d3d755-4566-4561-8684-373d08bcb50b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9697614422277363013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013969761442227736301396976144222773630139697614422277363013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541066160884516842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842125410661608845168421254106616088451684212541066160884516842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921d1d5e-484d-47f0-bc5d-e46b18d82e25, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428169216498057524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524428169216498057524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27f1033-9b32-4d6d-b85b-755bd44533ce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 766948012987620686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686766948012987620686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bbe560f-107a-40da-a3fa-7f217b373171, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330723050756584626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626153307230507565846261533072305075658462615330723050756584626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5e19c4-e759-4708-bd4d-b9a2575eb7de, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13919801652543974865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865139198016525439748651391980165254397486513919801652543974865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b93fad-722b-4896-9658-66954af1bf36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10869974912585102160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160108699749125851021601086997491258510216010869974912585102160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b114a8b4-f8b6-4f5e-b330-6a7652f8c775, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304379943408836519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519143043799434088365191430437994340883651914304379943408836519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1211fdff-2167-46d3-990f-f4a13ce32c4b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700392684114910261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261700392684114910261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 246d9dd6-05e9-40aa-9c86-ac8895f8bfc2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866179886137896855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855586617988613789685558661798861378968555866179886137896855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87e246f-596e-48bd-b12b-58e8012f56b9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4955427100006132188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188495542710000613218849554271000061321884955427100006132188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d357615-7b26-4baa-88e3-cfa9ebc6f3a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982840413596354204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204179828404135963542041798284041359635420417982840413596354204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df75fb1a-4785-4b85-8b69-2cde4c205c9c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468660860599307073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073144686608605993070731446866086059930707314468660860599307073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea42ae8f-ac49-45c7-9d6f-0b6c61184426, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3510084096350161953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953351008409635016195335100840963501619533510084096350161953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ab956c-580d-435f-9f16-03bc9de6fd28, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680388800091217745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745668038880009121774566803888000912177456680388800091217745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39eca2ab-2cb9-43d6-8907-03465af3caa2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271341564716842586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586112713415647168425861127134156471684258611271341564716842586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbdde1f3-994d-487b-bf74-02ac2baeac00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3914838130023865459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459391483813002386545939148381300238654593914838130023865459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e95ece-aba5-4c1b-9e41-c23b37f506b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873650404864969993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993168736504048649699931687365040486496999316873650404864969993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01428b01-d0ce-450a-82c8-8abeefad0075, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6415154189973802119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119641515418997380211964151541899738021196415154189973802119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d953b3-bfd3-4a25-a8d6-e3c2c31a4a75, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501155713318684374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374550115571331868437455011557133186843745501155713318684374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd31481-9c64-46e3-af33-cd729e3b08b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258101408184337502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502162581014081843375021625810140818433750216258101408184337502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b71d43-2eee-45c9-a91f-73e251195820, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6675564553976538469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469667556455397653846966755645539765384696675564553976538469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4ad213-8750-4ed7-ad95-d1b24fbaed4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6775503767279399464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464677550376727939946467755037672793994646775503767279399464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffec90e9-379b-416e-a6ff-a84d9279a89b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15519229923741550207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207155192299237415502071551922992374155020715519229923741550207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae7570f-1b0c-4a5a-b275-ec910b386418, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9855602191000893549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549985560219100089354998556021910008935499855602191000893549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7507ee-e6de-4d0f-8e65-547d14e76c4c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6244967441941878931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931624496744194187893162449674419418789316244967441941878931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3578eae6-6db4-40cc-826f-e1152da205b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13103371503086178269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269131033715030861782691310337150308617826913103371503086178269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c989d05-625e-494e-a93e-7e3ebf0c57b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6343900225723183559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559634390022572318355963439002257231835596343900225723183559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fc8024-3068-40cf-9a70-d7cbabd1a52f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13352034447021226280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280133520344470212262801335203444702122628013352034447021226280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 705f9951-ab34-456a-b454-008e4e8fbe4f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14416278061496512752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752144162780614965127521441627806149651275214416278061496512752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea30461-0c68-4f16-bee5-a98ef9c78dd6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371819824629496415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415163718198246294964151637181982462949641516371819824629496415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70f44d2-aa7e-4ac6-8827-5960a9940c7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9404179903666414976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976940417990366641497694041799036664149769404179903666414976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 550ee9f8-c4bf-4e22-ab8b-800931dcd452, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4719998882499388338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338471999888249938833847199988824993883384719998882499388338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15920b4a-de5f-4899-9275-8efad80d8282, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4274198153849806798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798427419815384980679842741981538498067984274198153849806798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ba5e51-2b0f-4b74-8f76-dd1029ff73b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463370885214865860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860144633708852148658601446337088521486586014463370885214865860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f79ca0a-4da2-48a3-8981-8c5ad8c47470, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8602738962559735672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672860273896255973567286027389625597356728602738962559735672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0e6221-6149-4dcc-8574-85a25ea32f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6765017201576300749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749676501720157630074967650172015763007496765017201576300749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb98ef47-a0d6-412d-99cb-06502563a199, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5087473587729469198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198508747358772946919850874735877294691985087473587729469198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b91a85-280f-430b-ac9b-d4ecbcd8a6f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679634145792489213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213867963414579248921386796341457924892138679634145792489213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fb88ee8-9623-492b-91f4-8019cb2fc978, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312374668885268175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175153123746688852681751531237466888526817515312374668885268175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954cc942-fba9-4937-85a4-585c6c85d39a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949407480210392630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630129494074802103926301294940748021039263012949407480210392630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0816ab7-f25c-475c-b678-ad873f4432d4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7213579037490266771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771721357903749026677172135790374902667717213579037490266771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932fd109-e02a-4ded-8928-fdc689e4dc9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4507228205284128042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042450722820528412804245072282052841280424507228205284128042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3731a24-ae1f-46dd-b973-36b70bf56ddc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7206109790233374038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038720610979023337403872061097902333740387206109790233374038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56032407-c55d-40a1-98d2-b931e25f1fa9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9285860634807798191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191928586063480779819192858606348077981919285860634807798191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b18f5-4321-4486-88d2-667efd785c74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16207943689204872036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036162079436892048720361620794368920487203616207943689204872036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848f18d3-8c52-4ad0-88c9-4392d924e9a2, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276914814741189701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701276914814741189701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc43ec-5188-4f0f-8561-44eb7d51a381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7243902535144583677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677724390253514458367772439025351445836777243902535144583677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f043ab6d-9163-4bf1-a4ab-c60eabc633cf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664923915900432683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683166649239159004326831666492391590043268316664923915900432683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b12037-912d-43f5-bf64-71d724995ec4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6495399a-1c8a-431d-bb2a-ecac08725315, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456178639512750010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010245617863951275001024561786395127500102456178639512750010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6785862247628084344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344678586224762808434467858622476280843446785862247628084344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1048be35-134f-457e-9a2f-3aeb8db6d8cc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a040b9-c407-425a-ae70-880c578703d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15833028090218645056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056158330280902186450561583302809021864505615833028090218645056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237878648583254928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928162378786485832549281623787864858325492816237878648583254928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f687f09-ef33-46bf-bb1e-7c888f0891e9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 999658c6-9337-4e60-9508-e26716c27452, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1249843623863754785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785124984362386375478512498436238637547851249843623863754785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486180791164269155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155164861807911642691551648618079116426915516486180791164269155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d4ab05-f4d9-43f1-bfc3-5fc553c37d26, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd67cd1c-1cae-46a0-a72c-675bec3995f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10892697615262496723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723108926976152624967231089269761526249672310892697615262496723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15191990591703526775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775151919905917035267751519199059170352677515191990591703526775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac5aa58-0ac0-4ec7-9e8b-ff21fef74273, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11816463713080410887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887118164637130804108871181646371308041088711816463713080410887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e640d5ba-57cd-4716-a38b-7060fa56fad3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13972553268854896925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925139725532688548969251397255326885489692513972553268854896925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4317c890-6773-4da3-a625-0024c0f9aa3b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1261179339586969092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092126117933958696909212611793395869690921261179339586969092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664217f4-3900-4183-bfe9-64ae66fc3cb7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1183740944180571033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033118374094418057103311837409441805710331183740944180571033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5afec0-17f6-4af6-8ac8-7c81467e3847, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5890c986-79f3-49f4-b75e-363c9a90abfa, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12170028909376821488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488121700289093768214881217002890937682148812170028909376821488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12957872398820418789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789129578723988204187891295787239882041878912957872398820418789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffad0a91-9b0a-4284-95d9-b72a9352ef3f, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18327657770617274890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890183276577706172748901832765777061727489018327657770617274890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369fa7aa-e063-4e49-8017-eeaf2f9bdc61, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18149390997320740530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530181493909973207405301814939099732074053018149390997320740530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2aaca7c-c083-4015-b47e-e1b678aa7614, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6722949800122182603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603672294980012218260367229498001221826036722949800122182603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531552a9-3a80-4e6e-8dd9-1cb3797d5741, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904477302884238413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413390447730288423841339044773028842384133904477302884238413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc840076-8cb2-4321-b18b-8bf78dd97bf9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070276577597986116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116160702765775979861161607027657759798611616070276577597986116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1678b66d-8bef-4b33-883c-d77e89f0e97b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4728124390042124177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177472812439004212417747281243900421241774728124390042124177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede13049-bf7b-41b5-acdb-54514ab7a2ea, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798889644469438488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488679888964446943848867988896444694384886798889644469438488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e752a2-792b-4a7e-b72f-b597ee2dc546, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14460655376214671862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862144606553762146718621446065537621467186214460655376214671862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c44514-cf22-46f9-9298-b63c760b8270, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b029633d-ed9a-4a2e-afbf-380e45d3813e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9328732938232866880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880932873293823286688093287329382328668809328732938232866880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241524323209225950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950102415243232092259501024152432320922595010241524323209225950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8b7203-016b-4188-a49c-d5f7027f0a65, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3533b239-8896-4401-9f2d-5833000f1fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12714702313525404425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425127147023135254044251271470231352540442512714702313525404425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 149384493514786286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286149384493514786286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788f96dc-6107-41e8-9682-9dd45c0e7408, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa14dad9-0e3c-4279-800a-d54b73fbf225, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3381836897870815387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387338183689787081538733818368978708153873381836897870815387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443810813566833623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623134438108135668336231344381081356683362313443810813566833623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3499acde-d263-42ad-922a-af5c61d2514e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774631985244420972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972774631985244420972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308efdf9-56ed-4381-af56-56d54f6ca656, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11909696630329535019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019119096966303295350191190969663032953501911909696630329535019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca9fcd4-f6ec-49a2-8707-5298ed1a7a58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a70aa2-5622-46ee-be19-fd68e4a4457e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708608103352199926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926270860810335219992627086081033521999262708608103352199926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10335231897260195423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423103352318972601954231033523189726019542310335231897260195423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96041f8-92e3-46df-ae8c-f6ffec8af880, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298589950649243312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312142985899506492433121429858995064924331214298589950649243312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36bcfff-5535-4bca-87c1-75ec9143de43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13104067598120033634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634131040675981200336341310406759812003363413104067598120033634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec75687-a46b-4a55-bb33-d6a71ad44061, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9848902967553363270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270984890296755336327098489029675533632709848902967553363270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f4b739-3e02-48f7-9a04-4f6ad152db01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047786643435981515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515180477866434359815151804778664343598151518047786643435981515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7bc291-8df9-4b58-851d-ce1996eff3e0, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9264940149555263173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173926494014955526317392649401495552631739264940149555263173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1efefff-5252-494e-bd44-bbff1ab4e26d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c613834-9cc8-474e-941c-9930fab9953e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10594149707106878415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415105941497071068784151059414970710687841510594149707106878415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11085770627378760691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691110857706273787606911108577062737876069111085770627378760691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e43be1-6089-494d-b415-f7c585ace110, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578724096193800691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691145787240961938006911457872409619380069114578724096193800691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cced218-d3e6-4bb3-b355-df881b986fd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5739566200135879327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327573956620013587932757395662001358793275739566200135879327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd4d7ce-1345-4e7b-85a4-0895dd025623, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab35fb4-3000-48b7-adfe-ee61b5bdbd88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6937210333340359761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761693721033334035976169372103333403597616937210333340359761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091851081342504816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816409185108134250481640918510813425048164091851081342504816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a660e1ae-d9e3-439f-a28a-17e65bb8203a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7874016557701182567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567787401655770118256778740165577011825677874016557701182567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc42906-ad91-4007-b219-0604e9dae29a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741293746393120864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864174129374639312086417412937463931208641741293746393120864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcdcda1-3756-4d72-964e-1843c65d1fb4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10404300965012677353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353104043009650126773531040430096501267735310404300965012677353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0102165-19b7-480a-9a5a-d3a9ed0ed915, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10912965758105082823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823109129657581050828231091296575810508282310912965758105082823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec8f426-505e-43d7-89f1-d990ce6387d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271981148367562705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705142719811483675627051427198114836756270514271981148367562705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c481a6e-4a59-47b1-a222-93f346cf5534, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7192585777056843575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575719258577705684357571925857770568435757192585777056843575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09038bd-688a-41c9-8a52-9d1969e410d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370694415191289066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066123706944151912890661237069441519128906612370694415191289066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee38bb69-df6a-4da4-8ee1-c968a78fa8ad, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba0e177-5d63-45ef-aafa-b83902671a18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15449034639112009153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153154490346391120091531544903463911200915315449034639112009153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9729074491613613853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853972907449161361385397290744916136138539729074491613613853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9dbd7f0-6e8a-4b95-9e86-63e2e89a6ee9, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046964018578792081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081404696401857879208140469640185787920814046964018578792081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322f1fdd-26a8-4f4c-aed5-385fa1ceea01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3872239787860428755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755387223978786042875538722397878604287553872239787860428755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c16ccae-ff8c-41e4-b142-4b6796ff95f6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14305985379833735113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113143059853798337351131430598537983373511314305985379833735113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 898e47ca-a40c-48c7-a3a2-54f44622144e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165603589027784280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280111656035890277842801116560358902778428011165603589027784280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10926faf-d4e9-475e-8191-3331e3fcf379, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719780534106613412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412771978053410661341277197805341066134127719780534106613412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba09a2a9-251b-4357-824a-bd6c2842776e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fdec81-37c7-441d-8da9-d4e58d3bd8a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730261808906622435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435673026180890662243567302618089066224356730261808906622435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157944218410443912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912915794421841044391291579442184104439129157944218410443912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1534075f-51a1-44bd-9d2e-f3747e88e7e8, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12436772049715894233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233124367720497158942331243677204971589423312436772049715894233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e4d523-b787-4110-b531-7f82cba09cbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29202e5f-d2b9-48dd-bf47-6e40fa7d91c7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 609499321197512707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707609499321197512707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554312443816444629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629655431244381644462965543124438164446296554312443816444629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfb8a58-29ef-499d-a21c-fdd3cc7ad758, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4709900971072415600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600470990097107241560047099009710724156004709900971072415600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a734c2-450a-4ffa-a6b1-b44ef3272db2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193799560788261307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307519379956078826130751937995607882613075193799560788261307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c22d3b2-8f3e-41f3-aa43-b91b7fccda1a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6035848293833751423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423603584829383375142360358482938337514236035848293833751423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459ffe12-4121-4b48-bc3e-a0d74c258e0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562217656863492453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453125622176568634924531256221765686349245312562217656863492453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec819b80-15d4-47f7-a37d-663287687347, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806336008254385530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530480633600825438553048063360082543855304806336008254385530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72c8d75-1bc1-4447-8186-74e9ac85136b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354202343108124162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162113542023431081241621135420234310812416211354202343108124162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488a9d6c-6cac-4f82-9814-5dfe942d28b5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016a6ec8-9d94-428c-93bf-bde5918e1f1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420082158791622138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138164200821587916221381642008215879162213816420082158791622138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12622161008924165752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752126221610089241657521262216100892416575212622161008924165752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab250d5-6cfa-4685-9f10-0b2e94c2eace, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14295639764703913503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503142956397647039135031429563976470391350314295639764703913503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df997fd5-6f57-4646-a515-e5a0b2f86129, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624575495261382917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917176245754952613829171762457549526138291717624575495261382917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1977f7b-101a-4803-8df7-dc89da58605e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1349900874122948424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424134990087412294842413499008741229484241349900874122948424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577803b1-839b-4f5a-9eb0-9d839cfaa639, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12297682376269598776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776122976823762695987761229768237626959877612297682376269598776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 783b925f-e3c6-4cc1-bd9f-491f8a485ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7106938866805690977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977710693886680569097771069388668056909777106938866805690977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5f8cba-55ca-4c2f-aec6-7e5019662674, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1962249784798043176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176196224978479804317619622497847980431761962249784798043176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b712af8e-88db-4f00-a79d-7702adb0cab3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1468b3-059b-430a-9d5e-d0aae4bef953, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089782695326807157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157170897826953268071571708978269532680715717089782695326807157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415721998614213390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390144157219986142133901441572199861421339014415721998614213390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807d9f09-d775-4591-89b0-5b755c6d9978, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2fe2a8-e606-478a-bf30-61bb4090050e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496458721786466794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794124964587217864667941249645872178646679412496458721786466794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869692681009231967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967286969268100923196728696926810092319672869692681009231967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a0f62f-95db-46cb-8634-f6086604824f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d5fba7-1528-4bb0-bf60-927eb0ee60eb, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336569805003424675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675113365698050034246751133656980500342467511336569805003424675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5561040549005151529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529556104054900515152955610405490051515295561040549005151529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17230c4-9919-4361-b5dd-ae48d1b9e79b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016948048210915363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363801694804821091536380169480482109153638016948048210915363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3dec88e-9864-4946-9f7a-eed8b3336664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367493707462503037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037163674937074625030371636749370746250303716367493707462503037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec1b21f-348e-4b8b-85c4-4e46ccee34e7, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552004470015489005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005655200447001548900565520044700154890056552004470015489005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3cf2cf-9ece-4a3e-a0eb-4f1dcf35a381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4037109900173835797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797403710990017383579740371099001738357974037109900173835797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98725274-46d1-4fce-8f12-a57ef9e0a02a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ad39ce-99c9-47b3-ada1-a26baaeea1c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10258915758150823040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040102589157581508230401025891575815082304010258915758150823040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487422831668434547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547104874228316684345471048742283166843454710487422831668434547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c1a3c6-f9f8-4769-be22-21fe58d3c369, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91936e0f-6523-4709-a479-e55307de2bb3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14953891884171362920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920149538918841713629201495389188417136292014953891884171362920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678689283011157259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259146786892830111572591467868928301115725914678689283011157259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d3f9c2-71c4-44da-a0f8-cc33855f0961, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13494541049535368588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588134945410495353685881349454104953536858813494541049535368588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b05f81f-c0a4-4bb8-bd3f-9954b2a86785, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 261490041946006688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688261490041946006688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4807b2e3-ca15-40b4-8ecd-3b4ac1c5f5dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8661733050522358577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577866173305052235857786617330505223585778661733050522358577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17228e80-edcf-498d-a31a-e22736af5018, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720208673952336431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431117202086739523364311172020867395233643111720208673952336431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb0227d-f0bd-479a-8060-be07d7575671, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329178363412505486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486329178363412505486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6900c1c-7779-426a-9a09-6bdcdbe2a1f3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7576089143751060810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810757608914375106081075760891437510608107576089143751060810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a722a56-1aca-4283-a171-f872cdf6157c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493314600622148862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862949331460062214886294933146006221488629493314600622148862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803794d1-dd4d-4ae7-b04e-34965e0e3593, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18089049838049849687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687180890498380498496871808904983804984968718089049838049849687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c8cf396-7174-4973-b238-59e5b1e79209, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6156192760283726251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251615619276028372625161561927602837262516156192760283726251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5916b96e-1942-46b8-993c-c8e0d4184df4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442460662718926851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851644246066271892685164424606627189268516442460662718926851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9e93d8-0869-4064-b585-68426593c82d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2127794875482265661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661212779487548226566121277948754822656612127794875482265661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a0c6e5-4b7e-4053-80d9-45c317f3706a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18121444467849869615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615181214444678498696151812144446784986961518121444467849869615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f6c107-e206-4a27-9e3c-72198944e817, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e533ce-b77a-4f0c-8e11-42ecb6fe28e4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596964236919800792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792165969642369198007921659696423691980079216596964236919800792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977069083191340149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149697706908319134014969770690831913401496977069083191340149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26e655c-a613-41dc-b496-de1ce9b63e8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643700582255217686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686156437005822552176861564370058225521768615643700582255217686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954527bd-668e-428f-a085-ec4236ded3a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e365e1-b8f2-4d51-8d0e-1eb3ef0d0651, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435046367907029929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929435046367907029929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17277387372587384345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345172773873725873843451727738737258738434517277387372587384345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdd5b31-02b6-4d81-ba31-5d3276f33609, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6816958208131204954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954681695820813120495468169582081312049546816958208131204954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618bb116-e09d-4bfb-9df9-7d38352418e5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cf8e66-df49-4f4a-83bf-11899a70265a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386013364284724723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723123860133642847247231238601336428472472312386013364284724723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8931241534712075299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299893124153471207529989312415347120752998931241534712075299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f45616f-d888-42ff-a6aa-62ec9ff33f80, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965553331278673915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915796555333127867391579655533312786739157965553331278673915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d074e4-27f9-4e57-b114-f2b60744c4d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4740351689691818158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158474035168969181815847403516896918181584740351689691818158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25765209-583a-4550-b12c-f1f0d565a6a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89beba77-f3f7-40b6-a72f-4b4abbac62dc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14464957603217755386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386144649576032177553861446495760321775538614464957603217755386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17979770965335051178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178179797709653350511781797977096533505117817979770965335051178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 155f6ae4-90d1-48ca-a285-376e52fef358, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8a1960-8582-467d-8baa-789ab94c87f6, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202613517639504160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160182026135176395041601820261351763950416018202613517639504160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756081489146997122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122675608148914699712267560814891469971226756081489146997122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5681dae-c54b-40c7-8fa0-ef213a361aa8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e39e41-a9bf-4671-9011-c6c5a6b1ad86, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15701427336059036124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124157014273360590361241570142733605903612415701427336059036124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 783742339921477960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960783742339921477960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e197b45-87d2-4c85-91b7-adff8dacb275, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2012067977592525357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357201206797759252535720120679775925253572012067977592525357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899fdeaf-27be-4a58-8014-3fa35c2f2604, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11861466970019030883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883118614669700190308831186146697001903088311861466970019030883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a27868-bed7-4fcd-ab64-386b0e1d9c39, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13812779935950969342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342138127799359509693421381277993595096934213812779935950969342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131ca1a3-7089-47db-822b-eb78977538af, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695327374887891509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509869532737488789150986953273748878915098695327374887891509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a84c969-3f8a-477c-8ad0-57c348718aac, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16851816139752228202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202168518161397522282021685181613975222820216851816139752228202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21dd963-01ac-48f6-a67e-9cfb08fc42e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97718cf5-0e42-4758-9d16-dcd5dabacf45, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996659041783650557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557109966590417836505571099665904178365055710996659041783650557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5103959640127081471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471510395964012708147151039596401270814715103959640127081471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d2ca90-32a7-4a53-b72a-af9198df7d37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62900856-782f-49e7-aeda-046008e2f24a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 818974920005267880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880818974920005267880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945075143192013260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260494507514319201326049450751431920132604945075143192013260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848cc4b2-6a76-465f-924d-a4d71002a81c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a786a3-308d-404a-b37e-8f30bcdd0e3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189777862248840976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976141897778622488409761418977786224884097614189777862248840976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429127819258984354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354114291278192589843541142912781925898435411429127819258984354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03477f7-e882-4be9-ad12-c6eb3f65543b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850629422051781546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546885062942205178154688506294220517815468850629422051781546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38525e01-eb7d-4820-894e-e81a56f6d011, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16376516348732139130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130163765163487321391301637651634873213913016376516348732139130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330de944-4593-48d1-af0c-1b6e03db456e, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900041735331043420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420990004173533104342099000417353310434209900041735331043420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b3804eb-2061-4431-b483-9ce917e98cd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16216347114649023420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420162163471146490234201621634711464902342016216347114649023420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0301e939-6d69-46d0-96e8-286f3d8fcdd4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371978460818377770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770837197846081837777083719784608183777708371978460818377770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1160f82b-a507-4103-889c-57686fc0a56c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14879888825696119862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862148798888256961198621487988882569611986214879888825696119862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66bd43cd-0e07-4ac5-b9b3-6d8516c60455, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625789580487767472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472562578958048776747256257895804877674725625789580487767472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b986dd88-3320-4641-91c1-12032403e9c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283937986172108706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706228393798617210870622839379861721087062283937986172108706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86373fa6-0ab9-40b4-b4dd-972e9c8f24a4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15985095670406996060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060159850956704069960601598509567040699606015985095670406996060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3eea92-63ee-4c57-9d34-cf3f1707f09a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733151063177815401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401157331510631778154011573315106317781540115733151063177815401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62143/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa75e89-aa7d-40d7-8445-014c9aa049a5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17214229887392529786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786172142298873925297861721422988739252978617214229887392529786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041371c5-9b06-4f66-a17c-c966e80afb0d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411868834567848686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686124118688345678486861241186883456784868612411868834567848686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba8afc6-52fe-40b4-aad4-1c2c3f48a60c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 847035775720144319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319847035775720144319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe5b9bf-c5bc-4318-b5c6-8e84d4c51a6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15226254210184720504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504152262542101847205041522625421018472050415226254210184720504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b61fd7b-7f07-4856-9293-a67594f799df, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418305181591050838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838741830518159105083874183051815910508387418305181591050838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7caf8b3-e60b-4a4c-83dd-7b68d012bbcf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007420458362534486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486100742045836253448610074204583625344861007420458362534486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87d5d85-f287-40aa-a752-090d7ea2b7bd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505524141734331378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378150552414173433137815055241417343313781505524141734331378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c23368-9b8c-4a76-82ea-ccdcf929cb11, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afc5538-2ea5-4763-9133-d2bc16eb9ab0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3453678116910798462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462345367811691079846234536781169107984623453678116910798462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13379733361226839507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507133797333612268395071337973336122683950713379733361226839507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ca7410-18c8-43fd-b259-01f071842540, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b71cd1-d262-4e43-a1c5-d540435ebcf9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12350746749059833707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707123507467490598337071235074674905983370712350746749059833707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 320949518072237348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348320949518072237348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6922fadf-5349-4e7f-8dfa-b4f9401cab71, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385051924046137343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343103850519240461373431038505192404613734310385051924046137343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa653dfd-2a80-4673-88e1-a30270acba15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304148274407519657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657304148274407519657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf20868-1ba0-4282-84dd-6bcfd31aaf15, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248811544248913331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331172488115442489133311724881154424891333117248811544248913331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77590428-9f5c-41bb-b6e0-2002b36d8ee4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13591965490337544009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009135919654903375440091359196549033754400913591965490337544009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8c9145-7712-4669-8dc1-62f08a0e1271, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1889cb7b-b8d2-404d-86cf-7a33aaf80e89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040379075558633455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455110403790755586334551104037907555863345511040379075558633455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882146493447963005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005688214649344796300568821464934479630056882146493447963005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd648ba8-9288-44fc-b6d9-1ea4f740ad7b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6767434563979670699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699676743456397967069967674345639796706996767434563979670699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88801ecf-e0b8-4cf9-997c-ddd8a9993c1e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615308267202518277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277161530826720251827716153082672025182771615308267202518277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8b160d-73b6-49a7-945c-53d72476ca37, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973740200986398040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040149737402009863980401497374020098639804014973740200986398040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 526c3a2c-9658-4d34-8277-9b6e7106cce5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15677053108491837575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575156770531084918375751567705310849183757515677053108491837575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a748858e-eea0-4da6-8621-77ea4bfba0bc, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a08b6e-3039-490c-b7c2-cc05280eefca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521912663185610647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647165219126631856106471652191266318561064716521912663185610647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11358961266049321188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188113589612660493211881135896126604932118811358961266049321188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effd8761-a5b6-4c65-99ad-44dbad19789a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5710058738319842100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100571005873831984210057100587383198421005710058738319842100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a349f8f-7bd2-4022-8585-fe56277d1094, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7027226685163688906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906702722668516368890670272266851636889067027226685163688906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ea337-af0d-416a-afc5-e30a54947359, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bedd1e-f1bc-4e79-bea7-c4e78437485f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111089866020869938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938211108986602086993821110898660208699382111089866020869938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593149505975182367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367459314950597518236745931495059751823674593149505975182367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48e45ed-f2e9-4487-8b9f-7dcf220ad673, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d585df-ae75-407c-b7f6-0c3cd418e46f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11642787928517641367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367116427879285176413671164278792851764136711642787928517641367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014879989385363581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581301487998938536358130148799893853635813014879989385363581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48b1a8a-a6f0-4c09-9fd5-49f37e439549, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dddf6b3f-7482-4f97-876c-b9d27fd33083, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9515660060945922212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212951566006094592221295156600609459222129515660060945922212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14056090422903845323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323140560904229038453231405609042290384532314056090422903845323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee1b87f-f54f-4a75-8a8d-0dbad2c64079, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b9549da-07dc-4d3f-abcc-cf6823df1d86, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831550838275697866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866183155083827569786618315508382756978661831550838275697866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161225385306426198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198161225385306426198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d10610c-ab82-4dd2-9a8c-90d27b6f80ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15436899139285742603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603154368991392857426031543689913928574260315436899139285742603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:628 Command pid: 1461055
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1461062
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d2300-157a-4278-a2d7-10bd7cfc1bce, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361883798287203113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113236188379828720311323618837982872031132361883798287203113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b98312-dc98-4c25-b8f4-8e74badcf87a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dc8dec-167b-47f2-a8f0-d6743552816d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607786382622880258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258136077863826228802581360778638262288025813607786382622880258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317423526124960004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004431742352612496000443174235261249600044317423526124960004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bfa1077-755f-43f8-9148-7614d2ac65b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11182679162334570691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691111826791623345706911118267916233457069111182679162334570691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f740b67-4cce-4430-86b9-3f9596ce057b, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484333390387972149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149104843333903879721491048433339038797214910484333390387972149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201636eb-4690-46c1-894e-ea0dcc360e38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379972419857209866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866103799724198572098661037997241985720986610379972419857209866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c44eb5-15e7-4aed-a654-1f1a72baa680, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173408527058957202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202171734085270589572021717340852705895720217173408527058957202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93069141-1ca3-4e80-8a95-1275ebcc83f4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 940989950083715313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313940989950083715313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500e5d02-fd94-432f-b073-e12dd6ba79fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007457128352897762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762100745712835289776210074571283528977621007457128352897762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45e5a2d-e565-4677-9644-54b4556f7eaf, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e89ef3-d5ea-406f-8405-9474b64aef95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206053088545806169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169420605308854580616942060530885458061694206053088545806169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f84802-4aae-4587-a0f7-8a3a8b18ff78, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457644408472659787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787114576444084726597871145764440847265978711457644408472659787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313694625783493359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359131369462578349335913136946257834933591313694625783493359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fb9c22-2f30-463a-bca4-51cd51a62169, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7875448018102894729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729787544801810289472978754480181028947297875448018102894729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad34bc-f795-463f-923f-4202a1e644b4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376823588764787215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215153768235887647872151537682358876478721515376823588764787215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12584bc0-fd8a-4ee2-aae1-6a7d7936d6ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16739036104944754711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711167390361049447547111673903610494475471116739036104944754711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9e6559-e36f-4a4e-939f-5bad5800fdf1, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16410486493987828964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964164104864939878289641641048649398782896416410486493987828964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbbc7f6f-0ddc-4cd6-b965-f6f45106ea67, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 432876760601693171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171432876760601693171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2904bb39-2e3c-4e50-ae3c-ff677f7571e3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16186397097820097636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636161863970978200976361618639709782009763616186397097820097636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca20f21-5c4e-48bb-a04b-dce50fb82f98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10327921013106072454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454103279210131060724541032792101310607245410327921013106072454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcad58b8-479c-4f53-b376-324ed570b586, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433743270746667896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896143374327074666789614337432707466678961433743270746667896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71554ea-ebec-4163-8072-3dfa887a4571, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924781519781355666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666169247815197813556661692478151978135566616924781519781355666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd602054-a7c7-4132-833a-f85dcfbd646d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218791445055807703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703221879144505580770322187914450558077032218791445055807703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32025672-5693-4ceb-b3c7-3ca513bc0142, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e7e561-db99-4699-b152-8b4f2021c201, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348387237981916504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504173483872379819165041734838723798191650417348387237981916504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672436964920582579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579167243696492058257916724369649205825791672436964920582579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889a06d5-1bea-4e34-8906-5a98f713a41a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8900131109395860149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149890013110939586014989001311093958601498900131109395860149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77d28ce-a1fb-4b60-87f6-89c8981a6f09, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8749685067482400456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456874968506748240045687496850674824004568749685067482400456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05542692-de85-4cf3-88ac-64bc3decf43e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8633791175785210421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421863379117578521042186337911757852104218633791175785210421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bbfc57-24e9-4850-8e9d-fcb64daaaa2d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226155886975434406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406922615588697543440692261558869754344069226155886975434406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af12619-8e53-4de8-866e-ea05448b2f13, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1942816235531447156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156194281623553144715619428162355314471561942816235531447156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f1a148-de5c-4490-ae20-850d3a1baa59, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1984433696984261848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848198443369698426184819844336969842618481984433696984261848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde19ae3-946e-4992-9575-b9dc40660ed3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13339153889703609594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594133391538897036095941333915388970360959413339153889703609594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7250b2b2-c16e-4a79-ab17-cfe41ccdfdbe, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717350150008728848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848771735015000872884877173501500087288487717350150008728848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274295e3-f6c8-4261-9784-a986b36652d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499403748780086435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435124994037487800864351249940374878008643512499403748780086435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff539826-74f6-4b0c-a6cb-361249354b3c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334469279098239127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127233446927909823912723344692790982391272334469279098239127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a7a0b5-9cf3-4532-bfb9-fa268cc32b08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23041448442428749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749230414484424287492304144844242874923041448442428749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8c34a9-22bf-4d44-9da2-edc49252cddd, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14121948057751319753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753141219480577513197531412194805775131975314121948057751319753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03aa192e-218d-4c0c-a28c-f4a05c016e27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518763254817268785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785518763254817268785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdac0967-9db9-4a67-bc39-b96f174dc623, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895036605521785760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760138950366055217857601389503660552178576013895036605521785760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feaf17a0-6808-4bd1-ae63-ff4c96de5237, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6557555863768037281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281655755586376803728165575558637680372816557555863768037281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc7c80a-fe41-4798-bd59-12cc108be0d3, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9870923734331999256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256987092373433199925698709237343319992569870923734331999256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b2dfb5-1d87-45ca-8060-42f83a4abe23, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623587022507647303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303362358702250764730336235870225076473033623587022507647303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376861c1-7da8-4825-b879-d6bc43c3da06, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741091852149617494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494167410918521496174941674109185214961749416741091852149617494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68679e7-5b2d-492b-afe8-b158cbac9aa5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970173205172823016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016119701732051728230161197017320517282301611970173205172823016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc03393-94da-4eef-9468-8455e75352d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14573580992810046719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719145735809928100467191457358099281004671914573580992810046719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432f48a9-a796-4263-96ec-06be4d3b1246, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12174831288132361342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342121748312881323613421217483128813236134212174831288132361342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9675716-60d8-4ef9-aa61-2acbf27da7e4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429568021368198440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440164295680213681984401642956802136819844016429568021368198440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db2fb6b-2985-4833-8318-8d0ca0e0a618, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479131067036706320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320114791310670367063201147913106703670632011479131067036706320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193e64a1-c37d-44e2-80ea-e90defd6994f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254114680073266008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008925411468007326600892541146800732660089254114680073266008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2d403b-2db5-415d-8b38-9696c925505c, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f99f480-3fe4-40ab-a1c3-5971fe8b48a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17060544151501954193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193170605441515019541931706054415150195419317060544151501954193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1461062) rc: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16108924196243368910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910161089241962433689101610892419624336891016108924196243368910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:260 Command (pid 1461062) elapsed time (sec): 1.2190866470336914
DEBUG    ya.test:process.py:263 Command (pid 1461062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) maxrss: 772268
DEBUG    ya.test:process.py:263 Command (pid 1461062) minflt: 45401
DEBUG    ya.test:process.py:263 Command (pid 1461062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nivcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 1461062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1461062) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1461062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1461062) stime: 0.23749499999999998
DEBUG    ya.test:process.py:263 Command (pid 1461062) utime: 0.492029
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014b3ea0-e270-4975-92ee-25afe02d0875, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1461062) wtime: 1.221
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ya.test:process.py:275 Command (pid 1461062) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5503723468928631996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996550372346892863199655037234689286319965503723468928631996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec83cf7-996a-48f5-8ee4-70b28f809c89, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938263432720236851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851169382634327202368511693826343272023685116938263432720236851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb4500-c458-4a6d-b7ac-bc9b6444bdbd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b343815-1973-4813-8fc1-dc61ef0f278a, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f0d4b11-c98c2ef3-4c47868c-eaf97451" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909153998550425440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440990915399855042544099091539985504254409909153998550425440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e304641f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e304641f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MmMwZmZjZmEtMWY1NGU0ZGYtY2QxNjhlMDktMzNlNDQ5M2M=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce872216-4121-4b58-b270-eefac8c7a1ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e304641f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31ce0cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 21e77cfa-f3ef-40ba-a0a6-bf7ba9601013, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31d0c6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 2 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31d13430>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31d13430>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 115ddc7b-8cd3-4423-97de-f1bfa1af3fe6, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16625266891230561928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928166252668912305619281662526689123056192816625266891230561928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:19.088307563+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 4b5cf6fe-4287-44b2-ab8c-2ca8f5032c04, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:19.088307563+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31d13430>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31d13430>, reason: session-useless
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.connection:connection.py:52 RpcState(PrepareDataQuery, c02724a9-a36d-419f-8e77-42453d38e02d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=81fbdfcf-44fff17d-8307286-680c9864" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31d13430> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02895472-2c24-4f23-a3c8-a7df2c6c059a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17138985572854455490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490171389855728544554901713898557285445549017138985572854455490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12821205477411338511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511128212054774113385111282120547741133851112821205477411338511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986f2a53-26ad-40da-9630-2dffd0d7e664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248041730494836702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702162480417304948367021624804173049483670216248041730494836702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 701523b1-3e06-44ef-a525-d3ed181c8dd2, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca25b927-25c8-4973-a3e5-3c6512a25360, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038943, txid 281474976781054" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdhzvax124ybjqaejnmyt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038943, txid 281474976781054" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2471ee-20db-4071-99cd-e3bd99cfc17e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038955, txid 281474976781055" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj180b0t4g850cb24350" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038955, txid 281474976781055" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15174128438248078277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277151741284382480782771517412843824807827715174128438248078277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093826679276135670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670209382667927613567020938266792761356702093826679276135670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbf418f-0d17-4953-8c67-4fd952cdc853, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781058" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj94f8s88vy4p1adkx7b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781058" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 752bc6c4-4e6a-496f-a1f7-81069db5215b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038906, txid 281474976781059" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb5rdj9cbknxq7v5jeq725w2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038906, txid 281474976781059" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242491419900328760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760142424914199003287601424249141990032876014242491419900328760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2441428649286594679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679244142864928659467924414286492865946792441428649286594679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3385041a-0e97-4af6-9aed-07aae4a0384f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5908542368649198497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497590854236864919849759085423686491984975908542368649198497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67309398-cefc-4d5c-ba17-1b7afcec05fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356147315469801480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480535614731546980148053561473154698014805356147315469801480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb47a95-96ed-49ff-9ecd-fa7ea6dbf747, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4400653122419590857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857440065312241959085744006531224195908574400653122419590857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a092bf44-8f91-433f-bcb9-7cb524c3b96e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3042556217484327121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121304255621748432712130425562174843271213042556217484327121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffa6381-cab7-463b-9b3e-197b32c7f94c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de0d032-685a-4d0d-b043-b87de4589521, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256605234260161329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329132566052342601613291325660523426016132913256605234260161329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8772777848293522145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145877277784829352214587727778482935221458772777848293522145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452c13c0-f8d3-41e6-ab07-a9d2fc162e05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11590014573691934392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392115900145736919343921159001457369193439211590014573691934392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a13449b0-1037-476d-bbf2-c720ee1708f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322261103067199556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556632226110306719955663222611030671995566322261103067199556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089f556a-a52c-4476-ba55-290886ca9fdb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05784e5e-68dc-4285-8b1e-bc853ae7c6e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191782164851463770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770171917821648514637701719178216485146377017191782164851463770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 146942027247119179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179146942027247119179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af8518ff-dd7e-4d0c-9444-a25c951586be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268a4106-c54d-4a90-9c26-ed1b13b477be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787791307851301001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001787791307851301001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571675063530236504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504557167506353023650455716750635302365045571675063530236504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79a59cf-69b0-42f8-a7fa-fb44d4936513, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7614712222882264042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042761471222288226404276147122228822640427614712222882264042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651181f0-82a9-4a8d-a278-e506c99c433d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616172190967565983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983156161721909675659831561617219096756598315616172190967565983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad4db0-d3cc-488d-b545-d8c695930187, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979902668551665740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740897990266855166574089799026685516657408979902668551665740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a397cb06-2a2f-447e-b54d-c50add659522, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150560951272242416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416171505609512722424161715056095127224241617150560951272242416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033471df-cc17-4b67-a3fe-5aedbd6aa6f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711687807170963716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716471168780717096371647116878071709637164711687807170963716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf9d7ed-2a63-448d-8d45-a6da6340e125, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 262028729064900578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578262028729064900578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6347ebd-a1cd-4851-afbf-0aa5c621a8fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794625669634519404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404379462566963451940437946256696345194043794625669634519404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab11ca72-406b-4af5-a14c-9373e7f0ee45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950079523861632065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065149500795238616320651495007952386163206514950079523861632065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991fcefa-72e8-4288-b023-29b7c4554018, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12437233683937832583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583124372336839378325831243723368393783258312437233683937832583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60c38de-5f7e-4ede-8708-539293cf8ae1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848011517661696811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811848011517661696811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ffc9ab3-b06e-44ec-924d-09b4d67b25e0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8699785731055737983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983869978573105573798386997857310557379838699785731055737983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227f29c8-3190-4f15-8b7c-100e8e82746f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4042411685556796384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384404241168555679638440424116855567963844042411685556796384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe6f01d-1735-439c-a078-7836a66a0eca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc318d86-92a4-488a-9ba9-5351025d39b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2435841871026693354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354243584187102669335424358418710266933542435841871026693354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053379965823704060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060905337996582370406090533799658237040609053379965823704060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bc4141-2fc7-46f2-9770-d74407b0fc3d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7932775022574947048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048793277502257494704879327750225749470487932775022574947048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c679aa1-5a66-4479-8a9c-149778c20085, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932866792097079070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070693286679209707907069328667920970790706932866792097079070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2a888a-130f-40f2-9ced-8af92b48d57e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce278a03-ab3a-4438-b3dc-c2ad34c81f77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10960843096818021095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095109608430968180210951096084309681802109510960843096818021095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10037021123775088601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601100370211237750886011003702112377508860110037021123775088601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a60bf6-a287-47d8-b02e-27d9b4c23b15, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16864096961434380893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893168640969614343808931686409696143438089316864096961434380893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e060b775-2b25-4643-8bae-33033ae7e35f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2879638957608199011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011287963895760819901128796389576081990112879638957608199011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcc2e0f-edd2-4254-91bf-b240e321a229, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8755565085184173856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856875556508518417385687555650851841738568755565085184173856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5288bb31-6f17-47da-ac06-013c1abc90db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999892549092048239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239159998925490920482391599989254909204823915999892549092048239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14e7fe7-888d-413f-812f-875e10f6e339, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16547547342814785335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335165475473428147853351654754734281478533516547547342814785335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ce2904-99d6-407c-8806-eb525d38f243, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965230663598496798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798179652306635984967981796523066359849679817965230663598496798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3e238d-8ec9-4ac9-9539-0feab0538257, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364111905158700458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458364111905158700458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca2c3eb-c23f-4703-b2d0-4caa5e83d542, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811235795176074942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942138112357951760749421381123579517607494213811235795176074942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf411270-d1b9-41f0-8c84-4b8d1a5602ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642334725540560304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304164233472554056030416423347255405603041642334725540560304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b745427b-6d8c-404c-a051-e423de6e32df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9785256102034983543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543978525610203498354397852561020349835439785256102034983543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a88552-a197-4bbf-b28d-f4a1ce065ae7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dceaf7c1-8c37-404e-b886-93100182bab2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198556769716906727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727121985567697169067271219855676971690672712198556769716906727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1893697267410126294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294189369726741012629418936972674101262941893697267410126294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf11255-8cc7-4adc-9ffc-65a0a11e0c76, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2556887055085955785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785255688705508595578525568870550859557852556887055085955785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c71c787-5f8c-4823-aaa5-0ad9804a0c47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7203792182487290247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247720379218248729024772037921824872902477203792182487290247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147a484a-cc84-477b-b157-c7290d396f7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298125166171135054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054162981251661711350541629812516617113505416298125166171135054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffea9315-18e9-4249-9489-b720f6c673a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15063831713923640945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945150638317139236409451506383171392364094515063831713923640945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae55fdf4-3f41-4594-b279-ddcab0494bc5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f21f6cf-0910-45bf-8aac-890933730cbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472960305125055476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476124729603051250554761247296030512505547612472960305125055476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2540673237901264713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713254067323790126471325406732379012647132540673237901264713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15658af3-f7f7-44f8-aa19-bc14de6968a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10149362150768903221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221101493621507689032211014936215076890322110149362150768903221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6624b4be-055c-40b5-8068-5776e013e343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053755511814296603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603120537555118142966031205375551181429660312053755511814296603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad785be2-cc5b-407e-985b-4c7c9e8e6e47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15625726183512505817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817156257261835125058171562572618351250581715625726183512505817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ea7a0b-86a5-4319-b390-a66714ebc647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15278689039870383356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356152786890398703833561527868903987038335615278689039870383356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fb3692-24c4-46d8-9778-8ff6e3cadb88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3715185558984445346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346371518555898444534637151855589844453463715185558984445346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b645aacd-e1c7-4e79-ac87-9e69cfa0e7d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1580787478013347379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379158078747801334737915807874780133473791580787478013347379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42551e4b-292c-40b5-80f3-0ed929de37cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6661121268020046754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754666112126802004675466611212680200467546661121268020046754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cac81ee-c21a-43ec-9b82-299f35d29580, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982143735900895980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980129821437359008959801298214373590089598012982143735900895980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a61be7a-659b-4058-a774-8f69a2ca7493, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276765942211649813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813152767659422116498131527676594221164981315276765942211649813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394bda23-b36b-4c00-8f0b-7699e8036f6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518879987980605866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866251887998798060586625188799879806058662518879987980605866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8b0d83-99de-45b4-9c63-3cc3d945b52d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10523451969012021795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795105234519690120217951052345196901202179510523451969012021795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835d7c33-45e4-43f0-96ef-72e7ba3e18f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10047124387651006756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756100471243876510067561004712438765100675610047124387651006756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c699d7-585e-4a6b-8cbb-791d54ee48de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13417243281990734821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821134172432819907348211341724328199073482113417243281990734821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f48efdd-0bad-48c5-bf53-fb1180d4d00d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278415833131532382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382427841583313153238242784158331315323824278415833131532382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b04c20-8ed0-467f-984f-8715aeaf1ea0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830191684978090318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318783019168497809031878301916849780903187830191684978090318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc4184b-857a-4e24-bba8-5d158b565e22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188865928143716646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646618886592814371664661888659281437166466188865928143716646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1acbfc-8281-48ea-9260-492fd01b0785, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773424425051790022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022277342442505179002227734244250517900222773424425051790022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e169c36-9103-4d03-a1db-c4f10535a085, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4927488749027785636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636492748874902778563649274887490277856364927488749027785636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38f468e-473b-40f5-89fd-035f2faa2565, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14817682348370976523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523148176823483709765231481768234837097652314817682348370976523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8abbd7af-7c50-4857-bee2-1f240f3acfc2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141703692925933552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552181417036929259335521814170369292593355218141703692925933552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69e437a-1ff0-4a0a-a438-32f92d23a64f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709678712170688055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055137096787121706880551370967871217068805513709678712170688055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 230878bf-e543-4925-9d50-843b71fa728f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881997606920422033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033888199760692042203388819976069204220338881997606920422033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a065e912-da4d-4b3c-8ae5-0e88a4e2778c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 419957568639857495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495419957568639857495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1b97d4-42a0-4ed6-ac18-9f00459819d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206846538867071497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497182068465388670714971820684653886707149718206846538867071497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a457346-ad87-425d-8273-635c50919082, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877571766386576516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516787757176638657651678775717663865765167877571766386576516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee3b1b6-3111-4690-b852-c9d18091dc2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6626938740549164933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933662693874054916493366269387405491649336626938740549164933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca26e15-f397-4d1c-a838-8998d0244d9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16331201227300628580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580163312012273006285801633120122730062858016331201227300628580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983fc372-dc2e-471c-97b6-ddbc8690d5c8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4294344809787367380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380429434480978736738042943448097873673804294344809787367380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83390a04-1e38-4921-8400-65f87def0531, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112565713634477836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836161125657136344778361611256571363447783616112565713634477836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4a1a3c-2d0b-491d-b875-3b75921bee1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae0cc09-db43-4e42-af99-58f89b17089e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14459432588104729730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730144594325881047297301445943258810472973014459432588104729730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10981885984187382166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166109818859841873821661098188598418738216610981885984187382166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2a18d0-2586-4d35-a19b-8e32105e389b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14541221157949694781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781145412211579496947811454122115794969478114541221157949694781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e78c25-dbfd-45f1-aa5d-29e876d1f187, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597103426495446216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216155971034264954462161559710342649544621615597103426495446216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405b65b7-5482-48f4-9db4-4b797189f748, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041045709855576308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308204104570985557630820410457098555763082041045709855576308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f72052e-f634-4bb1-8e92-95f7579e762d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b06c89-0232-4f63-896a-02ed4e54e468, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120099549123251860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860512009954912325186051200995491232518605120099549123251860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7046214030408921832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832704621403040892183270462140304089218327046214030408921832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4641fd-9d8d-43d0-a107-b7715cb28fc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9398417557125837316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316939841755712583731693984175571258373169398417557125837316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9d0554-3d01-404a-b7fc-b899f4290585, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374838309963489722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722374838309963489722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a37750-9db6-4d08-8fc0-a031991e98df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68b8304-6028-451d-ac4c-865e8f49bf92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14826057411894945945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945148260574118949459451482605741189494594514826057411894945945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17404842663942107415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415174048426639421074151740484266394210741517404842663942107415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df903426-c6bd-495f-a109-26ca8f7e7db6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6258fec-9624-4fcf-b224-c57e005d34d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9848760719971315954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954984876071997131595498487607199713159549848760719971315954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2253617538727719838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838225361753872771983822536175387277198382253617538727719838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2239fd-dfa2-4a8a-8a33-9ac828251631, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4598185394197170924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924459818539419717092445981853941971709244598185394197170924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5f2ac8-7424-4beb-a8f2-7b21b3faf583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837830977037184456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456283783097703718445628378309770371844562837830977037184456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18786e9-723d-4739-9b12-e09df99e708b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314514846218694625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625163145148462186946251631451484621869462516314514846218694625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b6b7617-e579-480c-9116-eb46313b7819, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359710039966619743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743173597100399666197431735971003996661974317359710039966619743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c34f1cb-99b2-41ab-91e3-96015e55bf9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d8ce48-e2ba-49c4-ae96-acd75803dfde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14253900081861914889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889142539000818619148891425390008186191488914253900081861914889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750924816078426682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682750924816078426682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64fdccca-3300-4931-ada6-2461887803e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14cfba35-550a-4d5c-8136-9a530e6fdd79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230599164515707844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844142305991645157078441423059916451570784414230599164515707844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413996524431491633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633341399652443149163334139965244314916333413996524431491633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf5dc63-14fe-482a-8e17-582974af89b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5898e852-e727-4c12-a48d-510f7da04a34, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674766473877819193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193166747664738778191931667476647387781919316674766473877819193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4932759838846510560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560493275983884651056049327598388465105604932759838846510560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1fa0e0-605f-4d90-b4a7-eec726c5c7ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914005159938003787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787129140051599380037871291400515993800378712914005159938003787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b8251b-133b-4b34-8181-e5c0725124d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527554827140610080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080115275548271406100801152755482714061008011527554827140610080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d61aa9b-0616-4caa-84fa-cd138b78a766, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12239046258433600492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492122390462584336004921223904625843360049212239046258433600492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5224e5-3344-4b5b-af70-a55a7291707a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168651908888711113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113168651908888711113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf011fb-2b8f-461e-b7bc-92847157261f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13413303630643497047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047134133036306434970471341330363064349704713413303630643497047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39aab60-82b2-43e0-bb4b-3ea3572b568a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314064380190818856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856133140643801908188561331406438019081885613314064380190818856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8d06ce-9685-4a58-8110-1f4d4dd099ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10038104487555242570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570100381044875552425701003810448755524257010038104487555242570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9e20ed-e679-4010-8534-a3c963abfe44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617666131114673092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092761766613111467309276176661311146730927617666131114673092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0218d4ae-8162-45db-b3f1-a4ce388b67c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561711340190070994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994561711340190070994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542a92fc-5a48-4c39-a0e3-a7e31f5c14f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9e0f8e-4c99-45c1-b46c-c74caf5f8ad8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4654/3
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18178383890750196675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675181783838907501966751817838389075019667518178383890750196675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8145006112778215794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794814500611277821579481450061127782157948145006112778215794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9e6fe4-68cf-4fe8-a0fb-55ed845415cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15940915468846354593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593159409154688463545931594091546884635459315940915468846354593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94fafe1a-23e2-48f0-af52-cc5318b8c209, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11360286046472310760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760113602860464723107601136028604647231076011360286046472310760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b0015c-7da3-4503-8ce4-9dce98e120a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dead9ffd-46e6-4ed9-ac97-58b746c4f9ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2521206153907981737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737252120615390798173725212061539079817372521206153907981737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747011407485492173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173674701140748549217367470114074854921736747011407485492173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f365efa6-09d9-4e67-b43e-754ddd1ae4b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3937362916279534640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640393736291627953464039373629162795346403937362916279534640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03c0107-b2ae-423d-8747-19ab31695fc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9583419338322269856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856958341933832226985695834193383222698569583419338322269856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8f1044-3d49-44ef-9005-529dc8d12108, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e4489e-2d73-43b4-adb2-9b5c7e62c720, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1506125577112079669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669150612557711207966915061255771120796691506125577112079669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753935746217918908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908107539357462179189081075393574621791890810753935746217918908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb51fc7c-9c1a-4bed-aab7-f8f3934999ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628184694517018878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878156281846945170188781562818469451701887815628184694517018878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d3c47c-b974-492c-99d2-daa2acd426d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11631714319450129199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199116317143194501291991163171431945012919911631714319450129199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e2533a-65ad-47da-9595-ffce50dc6349, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109882697955937063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063110988269795593706311098826979559370631109882697955937063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196075a8-9541-40a2-a46f-fba9cab2562f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16461461125832425887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887164614611258324258871646146112583242588716461461125832425887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8e2c66-d23c-4288-860d-bbf122b8ce08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9161023446823003044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044916102344682300304491610234468230030449161023446823003044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afae868f-fe44-4480-9197-7258290e3739, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 271536914386085723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723271536914386085723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a057a0-6f78-452f-8978-c524ce53b695, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809419579188911530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530780941957918891153078094195791889115307809419579188911530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5543fd5-8f6e-4d63-98cf-cc7c706765c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12348637323979978876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876123486373239799788761234863732397997887612348637323979978876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c02ae4-5f4b-4c08-a3d0-bb6566846684, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14600675679505928081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081146006756795059280811460067567950592808114600675679505928081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d8d788-dae7-4ad1-9800-22e4305c7027, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235951897772481037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037423595189777248103742359518977724810374235951897772481037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbb6948b-6b10-4e26-91ec-ba3eaae8667d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298337688389357143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143529833768838935714352983376883893571435298337688389357143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d74631-0373-46f9-80b9-0f4e1c766b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927595393861431966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966927595393861431966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e578ab5-248e-4fbc-8c55-f6483bdc8107, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18040440313207338150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150180404403132073381501804044031320733815018040440313207338150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b73447-3e81-4035-b1d0-d70e0cf27979, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266210728904515738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738132662107289045157381326621072890451573813266210728904515738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8e5c72-4345-4beb-b3ec-d4d5893f2fd9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4530834575024967712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712453083457502496771245308345750249677124530834575024967712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8430a61d-67a6-43e2-b954-ed575d7b0ca4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976724721508228735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735129767247215082287351297672472150822873512976724721508228735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf303b4-46c4-4803-a3b3-4a53d6fd6ea5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12219148837402340783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783122191488374023407831221914883740234078312219148837402340783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b389f34c-88dd-4a69-ac68-e1a48ebc8d58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335176468503055357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357733517646850305535773351764685030553577335176468503055357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa584c-f53c-404d-a665-618f546fa075, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117213797741081986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986101172137977410819861011721379774108198610117213797741081986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2dafd9-452b-4c69-a816-9e4fab9566c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7138116555681122386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386713811655568112238671381165556811223867138116555681122386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8447b12-5938-45a9-894e-d7573cff086a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293727848775399163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163162937278487753991631629372784877539916316293727848775399163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ba1235-c90e-47ba-b6cb-6d2f3c162072, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479242990634793199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199154792429906347931991547924299063479319915479242990634793199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a8cbba-9bde-4166-9aa6-b2868025c45f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9917473666481158059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059991747366648115805999174736664811580599917473666481158059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9336c3-bc6f-4231-9941-e2741b9b45c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1687487265861390754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754168748726586139075416874872658613907541687487265861390754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7a61c5-a65e-4124-a875-038c8d8d1ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 210427808779512231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231210427808779512231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fafbeda-286b-40f7-a1de-8481cce19b1e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751962766029392924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924375196276602939292437519627660293929243751962766029392924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7960a9a-8c87-4318-8a1a-f1abea21a745, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3913986777262950409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409391398677726295040939139867772629504093913986777262950409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log --grpc-port=4654 --mon-port=28639 --ic-port=22655 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aft5ldhr.log', '--grpc-port=4654', '--mon-port=28639', '--ic-port=22655', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1463584
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4654/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1463587
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01affb2-e3b8-4360-ad7a-9aa4f1cfc8f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14869212019674436869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869148692120196744368691486921201967443686914869212019674436869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6992c37-d44c-4e96-aa80-c2d92f72d6cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286093241057306909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909628609324105730690962860932410573069096286093241057306909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee365d2-8fe5-4003-a166-5623a7562582, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6611230007297318304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304661123000729731830466112300072973183046611230007297318304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13945abd-e3e6-4a77-994e-d986c90700fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9002201432076807315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315900220143207680731590022014320768073159002201432076807315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88754a97-de2d-44a4-bd5d-5d59f7f3cafb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5061435594737606940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940506143559473760694050614355947376069405061435594737606940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d023b7-1a1f-4683-911d-1f962636b723, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5723329335244659428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428572332933524465942857233293352446594285723329335244659428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2a49d6-989e-44ee-9249-4c6b26d41acc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341005114245508401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401183410051142455084011834100511424550840118341005114245508401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bf3735-a0d1-49e3-9d39-ba0c77915449, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 160125363659831943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943160125363659831943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfd9a15-2af8-459e-9879-120cdd6b0ea1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576604534865231164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164857660453486523116485766045348652311648576604534865231164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ad94b4-4def-4342-bdc5-3c8c3a877e01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467568765565067089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089246756876556506708924675687655650670892467568765565067089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86292fa6-c6ba-4db8-b9af-aa6a0a5ae69c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3293720996989123299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299329372099698912329932937209969891232993293720996989123299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d10e96-392a-464d-bfef-fbe6533e4c54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831475819748437684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684148314758197484376841483147581974843768414831475819748437684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a7a615-a437-4274-a176-c72c88089063, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16274865278793133184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184162748652787931331841627486527879313318416274865278793133184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5577c6-c504-4853-b46a-7e7699706453, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12316477349311235924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924123164773493112359241231647734931123592412316477349311235924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec428e8-596b-4f62-b0fd-1d33e8d901de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740107317138138268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268740107317138138268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a8b661-23d2-4a20-a6b0-95916af747cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b759ef-eac6-4a79-8991-9b7b71e4d1cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356461558778877571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571133564615587788775711335646155877887757113356461558778877571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5175404391524047462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462517540439152404746251754043915240474625175404391524047462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b321e105-9b58-47e1-8d14-2aed4ecfe70e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289551282776902830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830182895512827769028301828955128277690283018289551282776902830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2484d0df-6168-419e-ad9c-5ee50159ea82, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981401068618066452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452169814010686180664521698140106861806645216981401068618066452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26acc349-d3e4-4211-a427-ef7ee6995ab6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488282064155992958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958848828206415599295884882820641559929588488282064155992958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10f8b5d9-b062-4d4f-aafc-0866df359963, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cddc7a15-180b-4fe9-8e0b-76b8aa75c937, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10625357561257112184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184106253575612571121841062535756125711218410625357561257112184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4544462096202304360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360454446209620230436045444620962023043604544462096202304360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:259 Command (pid 1463587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1463587) elapsed time (sec): 1.1325187683105469
DEBUG    ya.test:process.py:263 Command (pid 1463587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1463587) minflt: 45387
DEBUG    ya.test:process.py:263 Command (pid 1463587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nivcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 1463587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1463587) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1463587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1463587) stime: 0.191122
DEBUG    ya.test:process.py:263 Command (pid 1463587) utime: 0.521768
DEBUG    ya.test:process.py:263 Command (pid 1463587) wtime: 1.135
DEBUG    ya.test:process.py:275 Command (pid 1463587) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0a22fc-fd8f-43bd-884a-ba14044462c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=Y2JlNDYxYTgtOTBmZDI0YTgtYzg1NWQ3NGEtODY3ZTFiNDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930636897759969341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341493063689775996934149306368977599693414930636897759969341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e520400-6dc4-45c0-bf72-c94c51698f88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e304475b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e304475b0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWM4ZTBlMmEtZmQxOWQ2MGEtYjBkNmRlOGYtOTI1YjkxYzY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, db76a1e5-c62c-420b-958a-f730f059bff1, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e304475b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30a97a30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b179c32-0470-4e53-9a26-533f0d9122b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8f6e0a3-5699955f-13af6490-1512c640" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31ce5830>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31ce5830> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:156 In flight waiters: 1, preparing session <ydb.table.Session object at 0x7c0e31ce5830> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.233994698+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 4f28e0a8-bc91-45ca-8f97-5d23727ccaf4, ghrun-jccq4ohuyu.auto.internal:19059): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:19059
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.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31ce5830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30ab4670 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 2 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30acc0b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.233994698+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.258663694+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, e242e2a2-eefe-47dc-980e-4faafb2086b0, ghrun-jccq4ohuyu.auto.internal:19059): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:19059
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-28T17:33:28.258663694+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 98ae88c7-f170-4c0c-b54f-ee8776abb3c0, localhost:22040): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_simple_encryption_1. Endpoint: "localhost:22040". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 96ff2bbf-3eed-4ba9-903b-03e5ef187b29, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 4654 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" node_id: 50002 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:4654, location , 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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30a97a30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c0e30ab4670 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8e88e23a-46ed-47e8-8722-1a417e384e9d, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:33:33.371762672+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30acc0b0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30acc0b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30acc0b0> is no longer active. Current active count 2.
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 031cf7ea-7856-4049-a673-8580979457a8, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:33.380302237+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30aa9670>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30aa9670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30aa9670> is no longer active. Current active count 1.
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9ccd94e7-4059-43ff-bcfb-19336f8a175f, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:33:33.388037209+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30ad26b0>
INFO     ydb.table.SessionPool:_sp_impl.py:240 No pending waiters, will destroy session
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30ad26b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30ad26b0> is no longer active. Current active count 0.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e2fc0d4b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e30abd270 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, be7c8434-720b-4769-8a69-1a394154da22, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:36.797946738+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, dc3590f4-1c8b-4d22-8638-e53e7aa5a6f6, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:33:37.13863135+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 96c005b8-1e14-4ee9-a88a-3c5737352ba5, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, d87206d4-8a09-47dd-9e31-b7713905e09d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51bee445-b1db-4af1-adbc-0ac8fbf66dc4, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 62143 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" node_id: 50001 } endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 24613 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:62143, location , ssl: False>, <Endpoint ghrun-jccq4ohuyu.auto.internal:24613, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22040
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19059/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log --grpc-port=19059 --mon-port=13391 --ic-port=23761 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_po2mt57h.log', '--grpc-port=19059', '--mon-port=13391', '--ic-port=23761', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1465586
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19059/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465587
DEBUG    ya.test:process.py:259 Command (pid 1465587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1465587) elapsed time (sec): 1.0633909702301025
DEBUG    ya.test:process.py:263 Command (pid 1465587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1465587) minflt: 45326
DEBUG    ya.test:process.py:263 Command (pid 1465587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 1465587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465587) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1465587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1465587) stime: 0.22458699999999998
DEBUG    ya.test:process.py:263 Command (pid 1465587) utime: 0.48462099999999997
DEBUG    ya.test:process.py:263 Command (pid 1465587) wtime: 1.069
DEBUG    ya.test:process.py:275 Command (pid 1465587) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 11456
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 11456
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 37

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 11456 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 2
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 38
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 11456 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038083"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038083
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 3
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1002
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 40
}

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24613/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log --grpc-port=24613 --mon-port=19309 --ic-port=12012 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_hvpsnw56.log', '--grpc-port=24613', '--mon-port=19309', '--ic-port=12012', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1465882
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24613/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465883
DEBUG    ya.test:process.py:259 Command (pid 1465883) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1465883) elapsed time (sec): 1.3849034309387207
DEBUG    ya.test:process.py:263 Command (pid 1465883) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1465883) minflt: 45319
DEBUG    ya.test:process.py:263 Command (pid 1465883) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nivcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 1465883) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465883) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1465883) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1465883) stime: 0.20457799999999998
DEBUG    ya.test:process.py:263 Command (pid 1465883) utime: 0.542396
DEBUG    ya.test:process.py:263 Command (pid 1465883) wtime: 1.396
DEBUG    ya.test:process.py:275 Command (pid 1465883) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62143/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22040 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log --grpc-port=62143 --mon-port=11023 --ic-port=25158 --key-file /home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:22040', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_5d96k1wv.log', '--grpc-port=62143', '--mon-port=11023', '--ic-port=25158', '--key-file', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1466316
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62143/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/k1d1/000979/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1466317
DEBUG    ya.test:process.py:259 Command (pid 1466317) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1466317) elapsed time (sec): 1.155604362487793
DEBUG    ya.test:process.py:263 Command (pid 1466317) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) maxrss: 798220
DEBUG    ya.test:process.py:263 Command (pid 1466317) minflt: 45315
DEBUG    ya.test:process.py:263 Command (pid 1466317) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1466317) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1466317) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1466317) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1466317) stime: 0.216799
DEBUG    ya.test:process.py:263 Command (pid 1466317) utime: 0.558636
DEBUG    ya.test:process.py:263 Command (pid 1466317) wtime: 1.168
DEBUG    ya.test:process.py:275 Command (pid 1466317) output:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 8816e5c2426681b728c6b34950145a7e3eff1aa0
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 37db9c8d755a6254133aa76110c5d43119715e60 into 4b891404b5ba3d0f6c4f29f00cfe8a98589ae006
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 844c1e98-74ce-4bde-ab01-97e48f8caf07, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 38196ms during compilation" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a3d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e31a3d0f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e31a3d0f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=MTYyZGRiZmEtZWIwYWEyZjEtZWExMTZjYWItM2I5ZDI1MmI=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7505bc85-b9b0-4664-b6ff-42bd4458a287, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: CANCELLED issues { message: "Query execution is cancelled because session was requested to be closed." severity: 1 } issues { message: "Cancelling after 38307ms during compilation" severity: 1 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 01a88460-2ead-4c85-9976-6dc4305fe0e4, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e31a3d0f0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 38196ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e30979930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c0e30979930>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c0e30979930> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): request = { session_id: "ydb://session/3?node_id=50002&id=NWQ2MjI1MDQtZGEwMTUyMDEtYzM3MDk4NzQtODVmMTNiMWE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 4b210d71-0fe8-45c7-bd52-1450012b6c5d, ghrun-jccq4ohuyu.auto.internal:4654): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c0e30979930>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 50, in callee
    s.prepare('declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n'),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 1801, in prepare
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 31, in wrap_prepare_query_response
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Cancelled: message: "Query execution is cancelled because session was requested to be closed." severity: 1 ,message: "Cancelling after 38307ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a4c630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c0e31a69130 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 1 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8b8844fe-58fb-4650-bae5-97f4962a15cd, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-28T17:34:19.658579841+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 6555da92-602b-45b3-94e1-6230cfa252c6, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-28T17:34:19.682694616+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous 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-28T17:34:19.841039659+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, ec292aec-a994-477e-a83b-fbf1039a924b, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous 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-28T17:34:19.841039659+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): received error, <_MultiThreadedRendezvous 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-28T17:34:19.841271627+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 834c8f05-a1e9-411b-b0cf-0915941cc254, ghrun-jccq4ohuyu.auto.internal:4654): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-jccq4ohuyu.auto.internal:4654
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous 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-28T17:34:19.841271627+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
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/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 29e14d39-175d-4daa-9ca1-fdc6956553ba, localhost:22040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jccq4ohuyu.auto.internal" port: 19059 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" node_id: 50003 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jccq4ohuyu.auto.internal:19059, location , 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:22040
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e9ab3df6-f632-4f74-9f59-a91146c1d657, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 18696ea6-1470-40ac-9a74-95f881f33553, ghrun-jccq4ohuyu.auto.internal:19059): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, a352050f-4de0-4c8a-8e46-0d29f9f60d19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=d7274744-42123ed4-47db5846-2bb38ffe" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 39081433-ecff-4915-a05a-f18216d56b03, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=d7274744-42123ed4-47db5846-2bb38ffe" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548850187443540689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689354885018744354068935488501874435406893548850187443540689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13007199722846986483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483130071997228469864831300719972284698648313007199722846986483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afd0a69-b0a4-4830-bdf0-fdd96f8ca4c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e1d2c8-9a01-4e1f-9187-7b8d348874fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13270770479684175724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724132707704796841757241327077047968417572413270770479684175724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2052478949461505654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654205247894946150565420524789494615056542052478949461505654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68a710c-6cb0-432c-9f7c-f9b0fcf69a47, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719552579392639156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156167195525793926391561671955257939263915616719552579392639156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbabb8f5-d2de-4d05-9b40-8cc0f6552633, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3938828050415864974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974393882805041586497439388280504158649743938828050415864974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e27ea3-5f08-4908-bd2d-e349c635e6d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2de6a7d-7667-48a3-bea0-ddc1b013860f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11465240129760418644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644114652401297604186441146524012976041864411465240129760418644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6769432495126222964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964676943249512622296467694324951262229646769432495126222964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27b1338-c6d7-4cad-aa5e-3db38f059d76, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9f37f8-a6f6-4b6a-ac61-d3d02ac091c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031153350863516400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400110311533508635164001103115335086351640011031153350863516400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073118995465075718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718120731189954650757181207311899546507571812073118995465075718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea3a5ed-ad61-41de-92f7-61c15e24e448, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085208548577705042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042180852085485777050421808520854857770504218085208548577705042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e45018d-54c5-4632-a095-64e8072a2698, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12196223010529864922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922121962230105298649221219622301052986492212196223010529864922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95d6aee-b6b5-4b8d-86e7-11eeca771759, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699521364141585378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378369952136414158537836995213641415853783699521364141585378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8105fb54-4abf-47f4-828c-241141053ba9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6909433993699919053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053690943399369991905369094339936999190536909433993699919053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ff8581-a7c2-4fa7-a83c-2d9597259644, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1031328849182763041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041103132884918276304110313288491827630411031328849182763041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8b3107-c03a-47e5-8e82-a31ffebb031f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cbdf95-b6b0-4b3a-a3fb-1a8c22b171e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449704024655358638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638134497040246553586381344970402465535863813449704024655358638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad6e050-07fe-4762-80b5-674617fba0d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11572871936587370450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450115728719365873704501157287193658737045011572871936587370450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815398800984460047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047981539880098446004798153988009844600479815398800984460047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c29db23-d665-48c7-beb0-afae20d20b84, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152cdd16-c67d-4f52-8453-0a41f3e551db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921293887084760314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314692129388708476031469212938870847603146921293887084760314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243273466358236455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455424327346635823645542432734663582364554243273466358236455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc06d5e-7b11-4e94-a070-f1ebaaabcab8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198620968209215729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729319862096820921572931986209682092157293198620968209215729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714fb55f-3f36-4a8f-a78a-60cbbd3e2fff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554692426386763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763115546924263867631155469242638676311554692426386763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742dc936-d35b-4a83-8a63-8f8146387642, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295374402379768663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663132953744023797686631329537440237976866313295374402379768663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad94536d-95ae-41c0-80bf-29302b969bfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fafef30-624b-4ec5-a601-ac1dc639a727, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6381956729222913736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736638195672922291373663819567292229137366381956729222913736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1859750580512462704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704185975058051246270418597505805124627041859750580512462704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae80b487-d4c0-4d6e-bd67-873bb832cb0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64693595-e46c-489b-86af-75d408a4bb80, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7440135991693836841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841744013599169383684174401359916938368417440135991693836841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10781440267586949881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881107814402675869498811078144026758694988110781440267586949881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1f1cee-e4aa-4be4-b414-7b6703297d54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757267623662889813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813875726762366288981387572676236628898138757267623662889813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef29d53f-fedd-4b7b-b6cc-f98982487103, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bcf05d-4a89-414d-9ed1-9d2c19495014, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525706399961398074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074552570639996139807455257063999613980745525706399961398074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603747266957771410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410560374726695777141056037472669577714105603747266957771410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc448892-369b-4c19-bddc-ca5ee58dc64e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae2b335-6351-4e7b-ae45-a25135c9cae4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962930082442511534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534596293008244251153459629300824425115345962930082442511534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6711240092859369907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907671124009285936990767112400928593699076711240092859369907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5874666-cbf8-4237-a6f6-a1e390a8a7f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354566832545630397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397354566832545630397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d9dbab-21d6-4aa6-b387-517e250265f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1402483f-bc3b-4857-aee3-b9a1575a2deb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2844781704749687658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658284478170474968765828447817047496876582844781704749687658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656767097946836022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022865676709794683602286567670979468360228656767097946836022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5e4f0d-7915-4136-a5c6-b4af49d87e0e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452e24a4-35bc-45bf-8d12-a9856c62ef24, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511260252731793203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203551126025273179320355112602527317932035511260252731793203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15175362373677601145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145151753623736776011451517536237367760114515175362373677601145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c9ccf2-cf40-4b7b-8d05-9d8c0d6867f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06c40f4-b0b3-411f-ad54-4812280b72a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212639851048874314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314142126398510488743141421263985104887431414212639851048874314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5994159845769737595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595599415984576973759559941598457697375955994159845769737595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b476f1c-6632-4b23-95cb-5fa5f110dd6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0163ca0-ac38-4fb4-8410-ab6c1ba15e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939354674637276866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866193935467463727686619393546746372768661939354674637276866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078095984094503751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751150780959840945037511507809598409450375115078095984094503751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db58bde1-83e3-41dd-8ea6-d5ac2fedd70f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3364863087746394690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690336486308774639469033648630877463946903364863087746394690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82e4a0a-dd43-46b2-8029-fa274af460dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14673407952730328472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472146734079527303284721467340795273032847214673407952730328472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c05cde2-575a-4165-a5c4-5bc44531386b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424585420841378246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246164245854208413782461642458542084137824616424585420841378246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7234ef7-9f8e-4327-b1d6-338a3a16f464, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7824443617858896537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537782444361785889653778244436178588965377824443617858896537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb30baa-f7ee-4055-9195-88b157f2d441, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045220343345969835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835150452203433459698351504522034334596983515045220343345969835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8978ae-9058-49f3-be57-8679e63dcb50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b3058e-fed3-4527-b1e0-6b04c7d6e1a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17974640858999761039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039179746408589997610391797464085899976103917974640858999761039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894157932622807202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202989415793262280720298941579326228072029894157932622807202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af9a56d-5e78-4248-9241-0683da064cbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2956074812436112371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371295607481243611237129560748124361123712956074812436112371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5361990-7adc-42e1-ad5e-3126327cd851, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17941655642806775944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944179416556428067759441794165564280677594417941655642806775944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12396c48-b185-4ea7-8b92-a73b073736be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4802233191016973822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822480223319101697382248022331910169738224802233191016973822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a59279f-1371-433a-9cf1-1e1be5cd0b39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763754018636753551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551147637540186367535511476375401863675355114763754018636753551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36606cd-bc0f-4ee0-9720-83209a7b25d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31599916214359598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598315999162143595983159991621435959831599916214359598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd289678-d489-46b7-9ab9-820b9157a108, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10848104317523954985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985108481043175239549851084810431752395498510848104317523954985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbb8e55-5f2b-4fba-8ec3-3073cea58790, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450f9d16-0798-4653-b8b2-338463d704a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14071528571586653795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795140715285715866537951407152857158665379514071528571586653795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067006330651165512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512180670063306511655121806700633065116551218067006330651165512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6812c7e4-796d-4be8-97b6-6f7f1ea8ff4b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5afbc2d-a189-4c84-97ab-f197efbd478d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5502738522213111181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181550273852221311118155027385222131111815502738522213111181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606950216516591370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370860695021651659137086069502165165913708606950216516591370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6043002-37c1-41dc-be84-e9b23c4d08b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae21fef7-c47b-41a2-bb36-79ad6df77765, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12829580601865132623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623128295806018651326231282958060186513262312829580601865132623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483054794631695059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059748305479463169505974830547946316950597483054794631695059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e0c70b-98d9-4e69-a79c-2f52d91d44fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368132896832778050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050736813289683277805073681328968327780507368132896832778050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626aa5fc-a93d-4814-96f1-f9c2c0026865, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4035418186721205444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444403541818672120544440354181867212054444035418186721205444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbc099f-dfe5-44a2-baaf-f5917f22ed05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292835045500387527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527329283504550038752732928350455003875273292835045500387527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec021bed-3e82-4d2f-89ee-b8e1e7459153, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487692412205835969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969448769241220583596944876924122058359694487692412205835969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a4f9a7-6b52-4f3b-8287-b2786fa9e615, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367222078621152677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677936722207862115267793672220786211526779367222078621152677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39110da2-d9f3-4e4a-95ac-e260a67cf6e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8161752666658824293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293816175266665882429381617526666588242938161752666658824293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07bad41c-840d-48fe-92d1-7eee41ac671a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6853313932210049567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567685331393221004956768533139322100495676853313932210049567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67be4d08-6127-493c-977d-0cf6ce438b64, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500184639267678850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850550018463926767885055001846392676788505500184639267678850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade2c5d9-a3af-48e2-b2b3-fd88718923b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16105456749469493184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184161054567494694931841610545674946949318416105456749469493184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a27b30-5523-4bd8-ab74-76f13ff8d844, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12396791385445100961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961123967913854451009611239679138544510096112396791385445100961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c738669-1bf1-4c57-8857-8ac1c3eb6235, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644467002056050858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858126444670020560508581264446700205605085812644467002056050858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54a368d-85d7-4356-825d-71c5fd15ec6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1861216454920825222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222186121645492082522218612164549208252221861216454920825222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a504d4a-79aa-449e-989d-8d7ac675b7d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032622148510152891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891503262214851015289150326221485101528915032622148510152891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e0087f-bef1-4a6b-af43-190397d23311, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2527307795330340178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178252730779533034017825273077953303401782527307795330340178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0e4972-b729-4fc8-b0c7-7d384e0587fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3427646247489858069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069342764624748985806934276462474898580693427646247489858069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e672b828-d068-4681-8fbd-1c980ac785a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 394790392853227793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793394790392853227793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f46d60-52f6-4e31-9b23-4263d4a0d40e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238991423451371902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902152389914234513719021523899142345137190215238991423451371902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358790c8-6cc0-4869-8849-852bc58a5343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10396823388850311083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083103968233888503110831039682338885031108310396823388850311083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7db4ece-6fa6-4cba-a756-d833fe145a31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8416162092202234597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597841616209220223459784161620922022345978416162092202234597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9e853f-245e-4438-b064-7912b1ec2789, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60bd100-1fe1-461b-af59-cf478fc867b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719951843847017222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222177199518438470172221771995184384701722217719951843847017222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091385768139161770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770180913857681391617701809138576813916177018091385768139161770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd69cb5-41c0-466e-a238-0b1f83db0a0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb738732-ef41-4219-85ef-78daa5ccecba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3104295479849033168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168310429547984903316831042954798490331683104295479849033168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8271415855940003171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171827141585594000317182714158559400031718271415855940003171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 008577ec-8d68-4526-a029-6bc291dac2ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a45fbd4-12c6-4d10-8261-e60ab4e6201e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753893975882570856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856675389397588257085667538939758825708566753893975882570856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715568056769817846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846157155680567698178461571556805676981784615715568056769817846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8e0b59-2a87-4d73-9968-1410c5134b39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002216782642638933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933300221678264263893330022167826426389333002216782642638933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f58258-9db7-47a1-bb00-f6b1105de4bf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896337466137270107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107189633746613727010718963374661372701071896337466137270107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7638f9-8260-4b68-ac14-a1610b14cf91, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6888218183444220958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958688821818344422095868882181834442209586888218183444220958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342cf1c2-98f3-464b-9551-ef43e65bb263, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708871128293965474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474570887112829396547457088711282939654745708871128293965474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787ab28f-7ca0-4683-b84c-b899cdc4a755, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11628840892075385966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966116288408920753859661162884089207538596611628840892075385966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3acee56-d97f-4511-83e7-e4b74f7e6193, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f01c9e-3dbc-4827-b687-7f1f488f1a78, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14062529255846974465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465140625292558469744651406252925584697446514062529255846974465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10907267981311302764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764109072679813113027641090726798131130276410907267981311302764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903e8a38-b431-4452-8eb4-0caacdd5327b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643168779399053722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722106431687793990537221064316877939905372210643168779399053722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1bdbcc-6bd0-4df3-a142-dc2f268e7f17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613036217466151051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051761303621746615105176130362174661510517613036217466151051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4920fdf6-95c4-4a4c-9c18-382312bf8763, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533982099994508589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589155339820999945085891553398209999450858915533982099994508589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77843456-c89f-4aad-8002-7a08832839aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1821389626627359782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782182138962662735978218213896266273597821821389626627359782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e538e81-e8e8-4c62-87ce-26fa9815b246, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10021032710193870431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431100210327101938704311002103271019387043110021032710193870431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f578799-9d2a-4b91-a2a6-7fac9928b53d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3203704360474288007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007320370436047428800732037043604742880073203704360474288007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca2c9c9-221b-405d-9a8b-8e1c8c7c8bb8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146878407076497580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580914687840707649758091468784070764975809146878407076497580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae3f339-283b-4609-96ed-bedcee2dfb86, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a97097-ce3f-40c3-ae5e-df21e4442fb6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734153932682825098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098573415393268282509857341539326828250985734153932682825098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 432665606545164159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159432665606545164159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5a0938-d74c-4e46-9784-e4a56042b728, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5316199-1975-4170-8dbb-a5262e546899, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099817054795441725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725130998170547954417251309981705479544172513099817054795441725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1577762150670646356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356157776215067064635615777621506706463561577762150670646356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4dc0493-7d3e-4d88-8966-09197fd7167a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3106020066112314416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416310602006611231441631060200661123144163106020066112314416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fde5aa2-0a07-4d68-9825-5bdd55b7c764, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8659454080852848936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936865945408085284893686594540808528489368659454080852848936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf877b12-2214-4207-b099-0c64cfdd8e07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87925450-2b6b-41bd-b6ae-79feb3757ba7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16748542514051413198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198167485425140514131981674854251405141319816748542514051413198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1563196237288145443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443156319623728814544315631962372881454431563196237288145443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58affa7c-39b5-49fb-b50e-8644cd9b6fae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a992ce-7530-41bb-8917-227ccf1ca117, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130057421762520632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632313005742176252063231300574217625206323130057421762520632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7910424346752778129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129791042434675277812979104243467527781297910424346752778129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675a2b1a-d48e-42da-a30f-eba3f38e81c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996260752817991982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982129962607528179919821299626075281799198212996260752817991982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4606c910-85c7-4ff7-b28c-060c8bf4b015, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143481042145665354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354914348104214566535491434810421456653549143481042145665354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a622ad6-1d7b-4bf1-bf94-f3a0eb693109, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0433b78e-0f02-4f9c-84e3-80a7fe572625, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943038298391892142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142159430382983918921421594303829839189214215943038298391892142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6951168884008239529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529695116888400823952969511688840082395296951168884008239529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcced07f-9327-4fbb-93f3-3a7f7c7dd3b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3496414645645051848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848349641464564505184834964146456450518483496414645645051848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1742592-1b36-4fbc-90ea-ba52bc0a3c7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7963232798595344787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787796323279859534478779632327985953447877963232798595344787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238163fc-95b8-4358-bd32-087f2a0e7025, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17957810058932594285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285179578100589325942851795781005893259428517957810058932594285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a34c756-5000-437f-9d1b-22d3cab5b853, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877248429110507067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067787724842911050706778772484291105070677877248429110507067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172604dc-d7c2-46c3-9a0f-59fd9e29cbae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12831816305333681568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568128318163053336815681283181630533368156812831816305333681568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6503d78-fb00-45bc-a65d-01e4d0ab23bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7928670957710262916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916792867095771026291679286709577102629167928670957710262916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3299c741-6a67-4ff7-9576-fcfee6031afb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16756201755286970687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687167562017552869706871675620175528697068716756201755286970687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903ca43c-4602-4d68-904e-de8f0361ae90, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546118812736165727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727135461188127361657271354611881273616572713546118812736165727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b88972-233c-4616-aa1c-ecef8bd30734, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769723520578553186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186147697235205785531861476972352057855318614769723520578553186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470d0565-5fe0-4c23-b2a2-b5a721adfe7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9543971768249244778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778954397176824924477895439717682492447789543971768249244778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ae0a22-99c9-4efa-a4dc-87a0912976cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9311207157696978277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277931120715769697827793112071576969782779311207157696978277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b669a9-a577-4726-b525-8ff1b68e33e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f288572-bc0a-4072-a354-f97219b55933, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820986379626412030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030482098637962641203048209863796264120304820986379626412030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3102311298777495475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475310231129877749547531023112987774954753102311298777495475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbf0d62-551c-4eb8-a53c-ba552b645f62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354468475655494368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368103544684756554943681035446847565549436810354468475655494368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c0a4a4-bf7c-4a8d-919b-ff2d469d3710, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e03d366-0b05-489f-9db8-70774d5818f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139634864379942701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701813963486437994270181396348643799427018139634864379942701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11907253442573550684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684119072534425735506841190725344257355068411907253442573550684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793083bf-0d4b-4ebf-b22d-10f11313d45b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3825465969379008112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112382546596937900811238254659693790081123825465969379008112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f9e0bf-7222-48c8-b4a9-da05affae31a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2733602094446788123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123273360209444678812327336020944467881232733602094446788123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b91f6c6-4f6c-4385-a007-8e3473b7c642, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922721574334699449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449169227215743346994491692272157433469944916922721574334699449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455e9ddc-2d57-431d-abd3-f0d8c9ecee00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317818941112219876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876123178189411122198761231781894111221987612317818941112219876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe3bbb0-1da6-4fa8-a135-5a8d4b3baa35, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7168037420944179428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428716803742094417942871680374209441794287168037420944179428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad8d127-812c-4246-9d87-5653933bd7fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11369725466664396062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062113697254666643960621136972546666439606211369725466664396062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b45a3a-5e0f-44b1-a42b-c0ddc759c725, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80ca8cf-56a5-4a0d-bbbe-230440ced262, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072906542493781252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252180729065424937812521807290654249378125218072906542493781252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563296886753524408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408256329688675352440825632968867535244082563296886753524408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c50aee-3d12-49b5-aeea-c784a08bf601, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17708412700735766799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799177084127007357667991770841270073576679917708412700735766799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b6f894-15fc-4adf-ad87-f397b1c2ff8d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745082416875816419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419974508241687581641997450824168758164199745082416875816419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ec39db-fab4-4230-917e-31db93e352da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309706761265482515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515143097067612654825151430970676126548251514309706761265482515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8b99b3-6dab-4801-86a3-4b995d148da9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713879213115258012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012107138792131152580121071387921311525801210713879213115258012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0bdd1c-1efc-4eb0-b690-91aa71859340, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717797870799686075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075147177978707996860751471779787079968607514717797870799686075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9401b88b-c682-4537-b51e-04e70efe211c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4578396059252869929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929457839605925286992945783960592528699294578396059252869929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1eaac5d-9de9-4065-b2f1-91293dbb40f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2821875073901982473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473282187507390198247328218750739019824732821875073901982473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eeeef40-35b8-45a9-94cd-c859b59b10b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13038283269708345207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207130382832697083452071303828326970834520713038283269708345207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30acdc6-2a06-4d43-8b0a-3d43b07fe087, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10751713223341097649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649107517132233410976491075171322334109764910751713223341097649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e32743-fe5a-422f-838a-b7fde562a211, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503670067073477792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792950367006707347779295036700670734777929503670067073477792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf2a8bd-8c4a-4156-ad93-f56756b76f97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9867513438373234556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556986751343837323455698675134383732345569867513438373234556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005a5bc7-3495-484e-9d54-a4026d413918, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17012713037076501625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625170127130370765016251701271303707650162517012713037076501625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d0b8b6-75eb-4ca9-ae7b-e9a706168399, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260978069933692458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458126097806993369245812609780699336924581260978069933692458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fdfbe6-66ad-40cc-b0f2-d42318419480, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400e8a8e-cdd5-4385-9af2-936c37cb05d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015868728440352648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648101586872844035264810158687284403526481015868728440352648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880446717894373981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981108804467178943739811088044671789437398110880446717894373981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19be4434-ce52-442c-bda8-426cb8885821, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14615024902699334983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983146150249026993349831461502490269933498314615024902699334983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d86c725f-6159-4c30-8f1e-b2e9769103a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511183582208697807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807115111835822086978071151118358220869780711511183582208697807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201813c3-4de7-475d-ace0-c0a75aea26fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 985855026355886298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298985855026355886298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4898525d-113b-4093-9ed8-f26498af7b2e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16309882191424955627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627163098821914249556271630988219142495562716309882191424955627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcf0c39-3441-40d6-8437-7b86e9c5df25, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222798415997992748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748132227984159979927481322279841599799274813222798415997992748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865d4db9-e19b-485d-8b5d-dac5d1ed9af5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091144994869415221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221309114499486941522130911449948694152213091144994869415221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d022d4-0262-42b9-9df6-90a5810a870d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227677017009076257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257922767701700907625792276770170090762579227677017009076257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfa2fa7-8b56-4d86-9e6a-03cd186d4a27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7775616232108707090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090777561623210870709077756162321087070907775616232108707090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc66f00-b096-4d5b-b6fe-fcdba2a0285c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7627287603024587949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949762728760302458794976272876030245879497627287603024587949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70ffac0-bf3c-4d0d-a34d-70e8ff5e1400, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152058360874525017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017161520583608745250171615205836087452501716152058360874525017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42fa44c-c32e-4cae-ad7f-bc249161b7de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 743087454373877018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018743087454373877018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404f28a4-9df9-4e38-b3bc-20a10e26f2a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9196707818175967816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816919670781817596781691967078181759678169196707818175967816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e54e69-db67-4a97-995f-a9821372f553, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2eed10-0bb0-430d-97b8-ccc3e192d9a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14220922596474976041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041142209225964749760411422092259647497604114220922596474976041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390237684004452828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828139023768400445282813902376840044528281390237684004452828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace64646-dd2b-47ce-8d61-1672cbfff0e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13330666842769739128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128133306668427697391281333066684276973912813330666842769739128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ef4341-ca09-482a-8fdd-e381246de3a5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1006677959440600495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495100667795944060049510066779594406004951006677959440600495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bf4b38-aa5f-46e1-b0d7-168e4be1c74c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12692841290204404453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453126928412902044044531269284129020440445312692841290204404453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5256ddaa-81c1-4d74-9007-89d39b562844, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506954468361828509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509115069544683618285091150695446836182850911506954468361828509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f094c2-ac38-4c62-bdc5-e3a00f8d30b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13872543970967650949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949138725439709676509491387254397096765094913872543970967650949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb72a9f-fe94-4714-b296-c8e8130bc302, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f043fc8d-c01a-4a2a-b30d-2264581588e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15163925643404588822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822151639256434045888221516392564340458882215163925643404588822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7466197528993872191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191746619752899387219174661975289938721917466197528993872191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6ee927-dcac-4ba2-82c2-d511090730cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182694944951987665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665181826949449519876651818269494495198766518182694944951987665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acb9f803-70b2-4077-aaa6-2c1d86f98d27, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355166035142454499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499835516603514245449983551660351424544998355166035142454499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9f2efb-69fb-48ac-8519-5c86bbdd6ee7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401024176554122566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566134010241765541225661340102417655412256613401024176554122566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57eb7133-3694-41fb-ac4d-57020aa24cea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09722b08-0844-48e8-9edc-f85cfe9189fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 135969151077381034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034135969151077381034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032150439615324097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097160321504396153240971603215043961532409716032150439615324097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e41c75-d8d1-45de-99f2-da4d82bbe492, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f24d3-5465-486c-ae93-a1b69051b8a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229823739182939745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745322982373918293974532298237391829397453229823739182939745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5045837019687800782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782504583701968780078250458370196878007825045837019687800782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09860cdd-4aa3-4cd3-8acf-5ef67d05ab54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af28a48-8559-47c5-91b6-4dd927b4a894, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16939906486688351192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192169399064866883511921693990648668835119216939906486688351192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005919824284845370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370700591982428484537070059198242848453707005919824284845370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780e0930-b5c1-45a9-b2aa-739f9c9225a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ba49657-9fcb-415d-a533-b8dbc40df8a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5852341947076031390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390585234194707603139058523419470760313905852341947076031390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13603613999942516746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746136036139999425167461360361399994251674613603613999942516746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f525db99-6ec8-4ea9-9730-44555a592fc9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63e1a54-4862-494d-8f49-0e3fdc7b9697, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10957922505855047525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525109579225058550475251095792250585504752510957922505855047525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10673013432038863891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891106730134320388638911067301343203886389110673013432038863891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc87b28-b7cf-4184-8cf5-0ddbfd2e3616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9541088949446693457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457954108894944669345795410889494466934579541088949446693457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cc5ea0-9b27-4bda-9359-ac9513cda35a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10041663831604572144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144100416638316045721441004166383160457214410041663831604572144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52327dd-eab2-4a50-9952-5888ecb9fa97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306088463707826350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350103060884637078263501030608846370782635010306088463707826350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff435ab-60a3-4c02-a986-2a7c33e83d90, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820881287265870694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694168208812872658706941682088128726587069416820881287265870694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 327a3923-f598-4934-a178-6f618d728cf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11394911860174879812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812113949118601748798121139491186017487981211394911860174879812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c18fa00-8956-489c-9260-30102b92ad5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14237779978502407130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130142377799785024071301423777997850240713014237779978502407130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0929431f-e030-400c-bcd0-cd79775e3373, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995116725851634070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070599511672585163407059951167258516340705995116725851634070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2d7a2b-fa41-4e23-8a95-001695ff34f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836483748326978784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784148364837483269787841483648374832697878414836483748326978784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c8f6dd-4cc6-455c-9a30-ca2e7ae4029f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5805218667082858401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401580521866708285840158052186670828584015805218667082858401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0518c93f-85bb-40c3-8338-8cebf6cb679c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095504130566849163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163309550413056684916330955041305668491633095504130566849163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe734ecb-3ec8-4ed0-b7df-2b206779f45a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006592732861329551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551700659273286132955170065927328613295517006592732861329551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1c33e2-d91d-473a-b871-622f1185bad4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979810833772767579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579169798108337727675791697981083377276757916979810833772767579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1022103c-5681-4f15-9fed-3cd7eb9e551b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665962672825028651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651966596267282502865196659626728250286519665962672825028651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f255dd-3127-4a29-8265-a45a2b3a0953, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4378483513165328711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711437848351316532871143784835131653287114378483513165328711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9b2718-cb30-4536-bd6c-48e4763f6287, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926329486998168054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054692632948699816805469263294869981680546926329486998168054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f783c0b0-c3d2-4929-b52a-354aec3d5170, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436231953608139450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450343623195360813945034362319536081394503436231953608139450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7da388-8ead-4143-8e02-5e367a48ab88, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620929480302255852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852762092948030225585276209294803022558527620929480302255852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5d520a-d641-4959-8347-bd0e8c1b1ac8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271944930930516199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199227194493093051619922719449309305161992271944930930516199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2507e676-09cd-4995-9634-935b7e04b90f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3984200-f38f-4510-a7a8-f1a666163722, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10843963499541893767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767108439634995418937671084396349954189376710843963499541893767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14337605613147902030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030143376056131479020301433760561314790203014337605613147902030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c75869-da3d-49fd-bd1d-c512fbe76b3b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d301d222-b760-4110-b568-8c682fb70438, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053628445483433357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357160536284454834333571605362844548343335716053628445483433357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831496391148949440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440583149639114894944058314963911489494405831496391148949440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82b35bc3-ec1e-4598-8573-81818d4374c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246165847789526013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013246165847789526013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd07a9d-3266-4da1-82e1-defe3901c5d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822123789551681911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911138221237895516819111382212378955168191113822123789551681911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd368c0-211c-4451-b0c0-4a9683ecb7be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430212488391700630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630943021248839170063094302124883917006309430212488391700630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c3cfda-ed6d-4429-8771-e1ba4fcff24c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619685683536357246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246156196856835363572461561968568353635724615619685683536357246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe90be0-ff96-4691-a71d-1dd501bb0679, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052395427370641730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730405239542737064173040523954273706417304052395427370641730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c0c321-14c1-4a1a-98fc-fe2efb75caa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622809318145629169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169762280931814562916976228093181456291697622809318145629169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec96038-70e3-4786-8f27-28310e824567, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949623565244615271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271394962356524461527139496235652446152713949623565244615271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae6258f-3026-4d4c-92cf-1287d06584de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8548577863268431967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967854857786326843196785485778632684319678548577863268431967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c794c73-1085-45a0-afba-9cc4652fc7bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679061497383517095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095867906149738351709586790614973835170958679061497383517095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb7e227-1944-47f3-ab9d-109a6ed904ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13834240351620537034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034138342403516205370341383424035162053703413834240351620537034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c94033-e56e-42ec-8335-09ab64d872c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af2a4903-8b32-4ed1-aead-21270b92d225, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466819962399806642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642144668199623998066421446681996239980664214466819962399806642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317600034219374951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951531760003421937495153176000342193749515317600034219374951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603cee55-ce47-4b98-803b-13a929e56a43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238557050300896461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461823855705030089646182385570503008964618238557050300896461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da47025-cf6f-4594-92e4-5ece068fd569, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015476406295463331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331110154764062954633311101547640629546333111015476406295463331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bb3ccf-f59b-455e-9c62-e2b0982d9c2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 008cdc37-7380-4440-9f74-2edc356ade85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217123513118923492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492152171235131189234921521712351311892349215217123513118923492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210258834939049746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746162102588349390497461621025883493904974616210258834939049746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb7b88a-a152-4794-991b-58cf0b8942e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413631081321496080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080541363108132149608054136310813214960805413631081321496080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e3dca6-06b2-4346-a01b-facbf90644ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf6d01a-8333-4967-85b7-805945613171, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9485108057062245627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627948510805706224562794851080570622456279485108057062245627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826768719330488387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387782676871933048838778267687193304883877826768719330488387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 326bb4c8-7c7f-4581-9bbd-e7ceb2e7ec72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10246960012218628788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788102469600122186287881024696001221862878810246960012218628788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0adb74-89fd-4689-8001-3c2ea89c6c68, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881371840874594364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364488137184087459436448813718408745943644881371840874594364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22e862a8-b1eb-4916-a600-0176ed71f058, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3944262145654423305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305394426214565442330539442621456544233053944262145654423305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2039aab4-ccf7-46d2-8bfe-0d89aa99f45b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2092940-1719-48d6-b441-b096859d4706, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7909269712999532884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884790926971299953288479092697129995328847909269712999532884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901005047437566053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053169010050474375660531690100504743756605316901005047437566053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa3ba8e-8770-4bba-b699-1cf0c7ba2fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11042200500075788218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218110422005000757882181104220050007578821811042200500075788218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f18c324-6d09-4a57-bee5-afb53dbd3476, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280396813767788583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583528039681376778858352803968137677885835280396813767788583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cb8bc7-5730-47d0-8a23-5974fd237b77, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8511905387402037957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957851190538740203795785119053874020379578511905387402037957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96dbd31e-572c-4853-bbd5-ef84acb8564d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b88f70-59d1-4321-8be6-647a07697f97, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433503969193882901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901144335039691938829011443350396919388290114433503969193882901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769092099695864278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278137690920996958642781376909209969586427813769092099695864278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c1a570f-2be6-461c-9746-8d0d4806bc3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776028258754179442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442117760282587541794421177602825875417944211776028258754179442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e4166e-0ff5-4d10-862a-7c7b8af5c91d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fc443cb-a4e7-4c3c-8d3e-ecc3b1d51506, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383199128371614277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277238319912837161427723831991283716142772383199128371614277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551998866919319301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301955199886691931930195519988669193193019551998866919319301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99113e4-678f-4b37-a750-87a4d8469ba9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783921212256413644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644107839212122564136441078392121225641364410783921212256413644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d780081d-ec1f-40a7-8c54-fbc391bde5f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1780376254316561000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000178037625431656100017803762543165610001780376254316561000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad38a88-38bb-48f6-92ad-8bcd009b5534, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324934630533088961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961183249346305330889611832493463053308896118324934630533088961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d6b7965-0c59-4aca-99f6-dfff3cfa1776, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6295566492780072393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393629556649278007239362955664927800723936295566492780072393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cebda2b-bbf0-4db4-ad96-9ca4cff7be22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b58ef5-1898-4312-91a8-89818c433bbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16881684103963477496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496168816841039634774961688168410396347749616881684103963477496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239825323040070606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606123982532304007060612398253230400706061239825323040070606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a88943-cfc8-4f10-98b6-8ce942cf45b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685e9265-ae6a-475b-b047-2531d70999c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10180801697235182513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513101808016972351825131018080169723518251310180801697235182513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b458920-c26b-4f25-9afc-18b83cf97aac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8166749178712193055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055816674917871219305581667491787121930558166749178712193055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239554163977928382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382623955416397792838262395541639779283826239554163977928382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf5e189-bcc3-408c-8c91-4efc24f477cb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214669011760183075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075921466901176018307592146690117601830759214669011760183075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337f9e59-d321-407a-8a85-ea47a5628f19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0fdfa0-85d6-439b-abff-fe646b8acf0e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769997947756387769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769157699979477563877691576999794775638776915769997947756387769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945149516200346449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449129451495162003464491294514951620034644912945149516200346449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099545f8-00f8-49df-b7ee-cb1f8a42ba69, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc913787-411c-4c39-9d9e-07bf555964f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13106666104324458623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623131066661043244586231310666610432445862313106666104324458623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256598349900850304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304182565983499008503041825659834990085030418256598349900850304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455ce5f3-f46b-491f-bb19-5ebdcc7800cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1685923188545314293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293168592318854531429316859231885453142931685923188545314293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d683ac38-caac-453c-88dc-723687ff5e16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004503643443404180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180600450364344340418060045036434434041806004503643443404180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610923b5-ca2c-4559-819a-f885161d9076, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a71ab03-611e-4852-be8f-0a371bb4d94a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002005746514801127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127120020057465148011271200200574651480112712002005746514801127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790827904276138233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233179082790427613823317908279042761382331790827904276138233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7eac0a-8b04-4247-bad8-e0089027f245, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6981967322631250230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230698196732263125023069819673226312502306981967322631250230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df31d156-388c-4c17-946d-e8322e32c584, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734078709060844123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123273407870906084412327340787090608441232734078709060844123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6d321f-c490-4754-9047-5fafc3e62eb1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9650736f-044f-4bc2-bc41-1e7347717dde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1763781747981984458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458176378174798198445817637817479819844581763781747981984458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2722709741134192503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503272270974113419250327227097411341925032722709741134192503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832cea6f-2864-461d-a22b-a61a51d87883, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125571203536939393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393312557120353693939331255712035369393933125571203536939393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91eab13-cf46-43f7-81ae-b8887bebf2c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 872711365980248932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932872711365980248932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea14eb5d-4be8-477b-8b07-62184a623c7f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f1197e-e025-440d-826e-f1ca0059c9c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704244709942829933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933157042447099428299331570424470994282993315704244709942829933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16213145698715320070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070162131456987153200701621314569871532007016213145698715320070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed8f707-7d7c-4ef7-aa3d-5c6ade8d7f95, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729906949828110903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903117299069498281109031172990694982811090311729906949828110903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba97e59-f65d-48c1-a00c-828af98e1374, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612381233377991517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517136123812333779915171361238123337799151713612381233377991517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e2e75f-dd62-4b0e-ab90-9bc1e3847a2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885357470949591706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706108853574709495917061088535747094959170610885357470949591706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84719bc6-7480-487c-b7ee-ba149c96b750, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905903005232555627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627490590300523255562749059030052325556274905903005232555627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f186341d-4ecd-4027-bc06-efe8bf580782, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9df53c7-8dd9-4a86-833e-2a64f9451d58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129693461213943719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719412969346121394371941296934612139437194129693461213943719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1183066446177443997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997118306644617744399711830664461774439971183066446177443997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ebc4d99-7124-4938-9e19-f011c9791c8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17480957864798406708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708174809578647984067081748095786479840670817480957864798406708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816f508d-8b2b-4d2e-8615-35eeb96d2a01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310188148780970163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163431018814878097016343101881487809701634310188148780970163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3769f5-ba14-454e-bce0-549ff204e145, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996c5b62-a24c-4f03-8dfe-1568ae11ede7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7630958639933936351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351763095863993393635176309586399339363517630958639933936351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843519631063352822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822884351963106335282288435196310633528228843519631063352822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f48f1b5-e681-4ff4-914f-5245af3c1e32, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801243484031075710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710118012434840310757101180124348403107571011801243484031075710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72632716-4bc3-4875-852e-e5be580d156a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330c0595-9381-428f-9360-b8195c35da41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13194464450502878934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934131944644505028789341319446445050287893413194464450502878934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17349654741078146441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441173496547410781464411734965474107814644117349654741078146441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16467dc8-5b89-41a9-ac39-3c76f00e3e89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029616708787086005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005170296167087870860051702961670878708600517029616708787086005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f619f5-5a44-496e-bc35-2dd58a658bdd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3486185721423334919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919348618572142333491934861857214233349193486185721423334919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e8fcdd-cba4-4062-936d-273c155d66a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468482665777102129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129146848266577710212914684826657771021291468482665777102129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44b50bb-0dcc-4416-b947-44ddbc417971, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882317850233699046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046488231785023369904648823178502336990464882317850233699046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06bd06ac-e69c-40a4-8cb9-8065c72faa2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7719d236-f886-4ee9-9682-dcb54c30dfa1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9673706425774505161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161967370642577450516196737064257745051619673706425774505161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463089688924757887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887174630896889247578871746308968892475788717463089688924757887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79080f9-0ee8-4ed5-9893-45eae43336b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15e6a45-6f26-452d-8588-f8dee6155374, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1028603906022197806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806102860390602219780610286039060221978061028603906022197806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10931515253821150276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276109315152538211502761093151525382115027610931515253821150276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb822fa-52c5-479e-be15-cc4d2eadf7a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1951148622556474092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092195114862255647409219511486225564740921951148622556474092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e18159c-12fc-4ce6-9e9c-7716f714f6ec, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1105253533554176174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174110525353355417617411052535335541761741105253533554176174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73743fb0-6087-41fd-84c7-83459b97387f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548746804118666954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954454874680411866695445487468041186669544548746804118666954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8936683f-9969-4684-bf6f-cc38f37aac7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5792de56-4690-421e-bffc-9d218a4957ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470615546313462883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883347061554631346288334706155463134628833470615546313462883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6058148734512955709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709605814873451295570960581487345129557096058148734512955709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a1eff5-386b-49e4-9f8b-47f7090c8143, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd9c3f0-0a4c-4593-8ddb-4830f03a9753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620428895358132448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448166204288953581324481662042889535813244816620428895358132448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061664527691992635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635606166452769199263560616645276919926356061664527691992635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac514b46-e14a-4683-905f-3334c5df5a87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373106514085284089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089237310651408528408923731065140852840892373106514085284089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b23cc43-8424-40c7-9523-bbc2b5e5e319, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707969022064476195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195167079690220644761951670796902206447619516707969022064476195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa9cf32-117d-4461-814d-c86a332d8181, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 665845569857631436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436665845569857631436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02abb61-7229-4663-801b-f3f717e91230, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17791516161754525048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048177915161617545250481779151616175452504817791516161754525048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0861f45b-8c84-4549-9e31-795883c12cfe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9966486276004944858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858996648627600494485899664862760049448589966486276004944858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd12542-0e09-43e9-89e2-d012f8683be1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df69ef9f-8308-4e1a-a69c-ae0f15cd040f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569108001057633605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605156910800105763360515691080010576336051569108001057633605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16783028019681726851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851167830280196817268511678302801968172685116783028019681726851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82af03ce-c404-42b8-b86e-b96f45a327d7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226454245087717673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673422645424508771767342264542450877176734226454245087717673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1083b3b9-03da-43df-9677-9c2b8e8636b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c5b58d-41d6-4aef-be6f-4571fa8f261f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091274311645346789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789809127431164534678980912743116453467898091274311645346789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8358103288071613696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696835810328807161369683581032880716136968358103288071613696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8606eb92-7fa2-4673-980d-d129a9cfd2be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017964624206997432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432170179646242069974321701796462420699743217017964624206997432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d74fe13-e6f3-4154-95f5-17c3f3e85750, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477088915165203297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297447708891516520329744770889151652032974477088915165203297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49f91ef-1bfc-48e9-b61e-7dc412ab6994, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659319972842339312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312136593199728423393121365931997284233931213659319972842339312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73e9bbb-40ac-4fc6-931d-35b1815c3629, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651289776804697406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406136512897768046974061365128977680469740613651289776804697406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e23c5a2-12ed-4541-a9b8-1e328df738a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15702034486047020629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629157020344860470206291570203448604702062915702034486047020629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921ccdba-eaab-49a9-8abc-7c2385e7739a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc92cb5-a75f-4e41-bbfb-c2df750038a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11306960017467420107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107113069600174674201071130696001746742010711306960017467420107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1357991067846219570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570135799106784621957013579910678462195701357991067846219570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e6ecf-2b0d-4429-915c-eb0fe2850abc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1869bf-6498-4ca6-a5cf-325129a3908f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 945123435746181024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024945123435746181024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716849659287217419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419127168496592872174191271684965928721741912716849659287217419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e975b32-9edb-465c-a190-cef24117aa1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6370260833854506441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441637026083385450644163702608338545064416370260833854506441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae38aa8-df27-4ba2-868a-bb4226e1208a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13063547748061069186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186130635477480610691861306354774806106918613063547748061069186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cfa3b1-df05-42b8-b8b0-999470eacdb0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5290327289194392896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896529032728919439289652903272891943928965290327289194392896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f08c15b-3415-4871-8df0-92b91f944717, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10107783141308481860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860101077831413084818601010778314130848186010107783141308481860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f33458c-c625-41bb-a37e-c46e0610b8db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9600439333431432161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161960043933343143216196004393334314321619600439333431432161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c451c2b5-87ae-4f73-80c6-cb378fde063b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3591680784655801781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781359168078465580178135916807846558017813591680784655801781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e29cb3d-1ffc-4ad6-9451-8bd0d2ba9e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676595174436037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037146765951744360371467659517443603714676595174436037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1b10f1-ee62-4a52-9815-7bdbd65a1ea3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17347351090853201853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853173473510908532018531734735109085320185317347351090853201853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aadf84-a166-4861-8370-05f0cb30fc70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2958961527229883870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870295896152722988387029589615272298838702958961527229883870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145553da-6a85-4817-9da5-1be712b954d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5490858332011604471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471549085833201160447154908583320116044715490858332011604471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314a026d-d16b-42a4-acdf-68297d73ec11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7104971504794815145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145710497150479481514571049715047948151457104971504794815145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4abb2e-7959-4a78-9c06-76cc9c355e4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13636609491289641947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947136366094912896419471363660949128964194713636609491289641947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc264a26-2178-4c04-b958-0a30abb6095f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301806085693656503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503230180608569365650323018060856936565032301806085693656503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c19927-516f-4db8-8990-b2810e4ae185, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347934739951897705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705834793473995189770583479347399518977058347934739951897705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9931f9af-2031-471d-bc5c-750f8a9efb5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ce3ffe-2262-44d4-a8a6-ec03f9d026b8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14035264869806191553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553140352648698061915531403526486980619155314035264869806191553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642947414527881868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868146429474145278818681464294741452788186814642947414527881868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5409523d-436d-49fa-ac0e-7d229a0a9616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f582099-df7b-43ed-b3e5-165440a3b63c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006630251089107107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107120066302510891071071200663025108910710712006630251089107107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094430216940068001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001140944302169400680011409443021694006800114094430216940068001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73bdde84-0e35-4af3-88ba-6ec20b8df90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5555333441858202171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171555533344185820217155553334418582021715555333441858202171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20307c3-f07d-4f95-98b7-ddf349e9a35f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1421326118586581311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311142132611858658131114213261185865813111421326118586581311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce45441-6cc2-4fb2-8946-5c9a23889e59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7497e037-5d05-43d4-8632-3a18ecab8428, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7534729819829439719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719753472981982943971975347298198294397197534729819829439719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620586283235105112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112362058628323510511236205862832351051123620586283235105112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f63f287-4e93-4af6-ae4d-6a25092d8031, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2861991607762859840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840286199160776285984028619916077628598402861991607762859840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52597e33-967e-4c16-ab0e-c0673cf35032, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248618510562315460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460248618510562315460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e799669-9bdf-48f2-aaed-c23a7a33044b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 758450759329075309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309758450759329075309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cdf9a70-42dc-4445-9ea8-089ff10682d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818968528233547755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755381896852823354775538189685282335477553818968528233547755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4792e7-96db-4b9c-a262-e06ea83e9405, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680912168105975295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295168091216810597529516809121681059752951680912168105975295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a24e4d-16f9-4d84-8fa9-9b58b25aacfa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18028323806297191542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542180283238062971915421802832380629719154218028323806297191542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c533a6c8-bae5-4248-927c-ed48c57c075b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151613d6-d817-446d-bbf1-4d302558c57e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055298293105420672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672805529829310542067280552982931054206728055298293105420672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680285749165800772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772168028574916580077216802857491658007721680285749165800772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c2b977-cdfc-4cec-b104-1adfc780dccf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936101433386975132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132179361014333869751321793610143338697513217936101433386975132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf15711-11f8-4f62-994f-412ed2e73050, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749121553280260741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741127491215532802607411274912155328026074112749121553280260741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e304ed70-0d4c-4664-afc2-a69ab98469a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13430236763538536637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637134302367635385366371343023676353853663713430236763538536637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 919c3085-882d-41f8-a095-a7dafdca940e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842844886637087482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482584284488663708748258428448866370874825842844886637087482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb16a07-7223-4346-9d58-9281712e33a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5670599969510675041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041567059996951067504156705999695106750415670599969510675041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b77d943-a2c6-4621-819f-03b80188a29c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17949646988664861585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585179496469886648615851794964698866486158517949646988664861585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd483a4b-5a29-42ec-9dae-56415562b6e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd225e25-d15b-4117-9a3a-71cd58b3ba06, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434175907138248879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879143417590713824887914341759071382488791434175907138248879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471753796874922596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596114717537968749225961147175379687492259611471753796874922596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7050ba8-1642-4a89-9b1a-2322ef661950, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7241143921288289547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547724114392128828954772411439212882895477241143921288289547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eea155-2df0-46a6-b027-b52a00a51284, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934566994912076220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220109345669949120762201093456699491207622010934566994912076220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9364570-3065-4eef-8646-7e549ea1289a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11405353557076467037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037114053535570764670371140535355707646703711405353557076467037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a3c0f58-fec4-443c-a3d5-31f0f1d4fcb3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734c309a-f574-42b3-93c8-97acd0300c55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118631491453514264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264111186314914535142641111863149145351426411118631491453514264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7619711613442167512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512761971161344216751276197116134421675127619711613442167512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18064c1c-828f-4491-8c78-1e5f393b7f1b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11218369806320473131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131112183698063204731311121836980632047313111218369806320473131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a644c3-1ca6-40db-853f-3e0716839b9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11481757621743963444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444114817576217439634441148175762174396344411481757621743963444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0325ce-b614-4b89-8afe-5c899bbc9a1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f6eab-9ea3-4443-9db1-c34b425a7d66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10691899486970596599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599106918994869705965991069189948697059659910691899486970596599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058422203039400005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005305842220303940000530584222030394000053058422203039400005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7149da9d-0536-4d28-a97f-36ba80206b00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18229001450700471536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536182290014507004715361822900145070047153618229001450700471536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e246a139-bb02-4691-9fd5-4a275cbf9a62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858037897564061844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844785803789756406184478580378975640618447858037897564061844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd676cf7-356f-4cad-b518-58eadcce58fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babfbfd4-c48d-46ea-a76c-aac4bf146cd3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877755833065120667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667158777558330651206671587775583306512066715877755833065120667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204598788024064158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158132045987880240641581320459878802406415813204598788024064158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ed8ac0-8103-43da-9c74-197dcba26b0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667424579641121816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816136674245796411218161366742457964112181613667424579641121816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff487df-9045-47f1-a3b9-9791dce376f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7872592140331891125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125787259214033189112578725921403318911257872592140331891125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab81318-b50e-459e-b3c3-4ea8b7076f50, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23afda3-4b42-450b-9630-3f8179b20ad6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15169879870524754257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257151698798705247542571516987987052475425715169879870524754257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8171811547881648473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473817181154788164847381718115478816484738171811547881648473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe55061-747e-44fe-ad27-9b9d59f86604, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17960019567625052231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231179600195676250522311796001956762505223117960019567625052231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d0a8af-241e-47d9-9a02-ec1a048ade0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085c8011-c142-4613-8098-4efa21459410, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469759270204130580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580646975927020413058064697592702041305806469759270204130580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033496224816590534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534130334962248165905341303349622481659053413033496224816590534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b21e7bf-9f88-4d9e-bef6-19e8dcdf7125, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5764064091106643986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986576406409110664398657640640911066439865764064091106643986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30004281-554b-46cc-9546-03248377829e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112479829203833459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459161124798292038334591611247982920383345916112479829203833459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650fbb49-4fbf-4d96-a06c-b3f83e2cf8ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ed694c-0ad6-4201-a868-d752fa61f6c8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1483502859405939545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545148350285940593954514835028594059395451483502859405939545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8627266194254217239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239862726619425421723986272661942542172398627266194254217239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c93fdf-441a-43dd-9e64-bf8bbea3bb99, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17030918694702677064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064170309186947026770641703091869470267706417030918694702677064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eea4a284-ba14-4504-9929-8c679f66df6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13949601210039160912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912139496012100391609121394960121003916091213949601210039160912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3e845a-5a74-45b8-ac9e-0872bb01c753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652990703324132066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066106529907033241320661065299070332413206610652990703324132066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8984dfd1-351c-4500-9a61-53e158c33357, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df287b7a-99ac-44bf-8e0f-bf2de56e097b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897827881574279547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547138978278815742795471389782788157427954713897827881574279547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15400405991392686518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518154004059913926865181540040599139268651815400405991392686518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9ba416-1e24-4332-a6e1-45ce5375e6fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17067106321855806295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295170671063218558062951706710632185580629517067106321855806295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741cf91c-9b16-42aa-bcdc-6e35cb20a1ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11643565377336363356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356116435653773363633561164356537733636335611643565377336363356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cdd5da-f23a-49c2-abe8-39860c4812ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292824458842459078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078329282445884245907832928244588424590783292824458842459078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d940dc-7017-448d-9ae1-f5c3fd240033, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76924031763812958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958769240317638129587692403176381295876924031763812958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcdfb686-1f08-487a-84df-d86442c54693, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c986c39-0894-4f2d-8af4-70888c44b8f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2893434508019592846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846289343450801959284628934345080195928462893434508019592846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488659247581714553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553948865924758171455394886592475817145539488659247581714553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd9b45e-a2dc-458c-9c39-70ec7113fb55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146022858924128499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499914602285892412849991460228589241284999146022858924128499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0a96a0-ee4b-48c1-a135-d95fe63a0e4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988129809819235034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034119881298098192350341198812980981923503411988129809819235034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0e9f8a-e2fb-4582-8612-cf8fd4c79f9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15529204569855218139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139155292045698552181391552920456985521813915529204569855218139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f75785a-422f-472c-ab99-6d2c799ed2cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16782359625061904268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268167823596250619042681678235962506190426816782359625061904268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38301991-23cf-4b50-abfe-9ebfdc3d59b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779881535062080444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444277988153506208044427798815350620804442779881535062080444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a828fe3d-7369-4e8e-b4ac-e8eb12a4e27f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29a7cda-51b0-430f-a886-3c82fce0c074, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10113908060375526281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281101139080603755262811011390806037552628110113908060375526281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637747679277769664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664116377476792777696641163774767927776966411637747679277769664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932b749f-25ce-4f82-b893-514e5bba15a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322087701775313131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131322087701775313131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92412206-c66f-474a-81c3-c230d7e3f1f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7891979287922170518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518789197928792217051878919792879221705187891979287922170518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6dd31ec-1942-4edf-8002-c08437ae1aa0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 188143437833575467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467188143437833575467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8557e31-7aea-4b24-8d7c-5f82be5e353c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15776359021619593382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382157763590216195933821577635902161959338215776359021619593382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5fa74a-425d-40b7-9076-4121ea854c37, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 454088507083233218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218454088507083233218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0c5345-803f-4cb6-ab39-cba81d3d1b8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16583923163458531002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002165839231634585310021658392316345853100216583923163458531002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae864d9d-dbe0-4b36-b141-10045d552233, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437193971149574185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185443719397114957418544371939711495741854437193971149574185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44646953-2bd0-4b0b-823d-019a0db7c146, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2105490693841366791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791210549069384136679121054906938413667912105490693841366791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3669c0e6-8b4d-43dd-97d6-1e873b189331, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9445967464120080829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829944596746412008082994459674641200808299445967464120080829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb86f4f7-2939-4b91-b680-86a4e4b7e368, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1632406158681267817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817163240615868126781716324061586812678171632406158681267817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e012eab-11f3-469e-9cfd-3ea9faf37151, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531011599006148008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008155310115990061480081553101159900614800815531011599006148008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8060723-6fb5-4767-9ce2-bfabc0c0596c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3402f51f-7fe3-4a6b-b463-9bab081f3dfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360109881870601158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158536010988187060115853601098818706011585360109881870601158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11699945423284687503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503116999454232846875031169994542328468750311699945423284687503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eec7adc-fb15-42e9-9448-69b68033972f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6274032139280745927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927627403213928074592762740321392807459276274032139280745927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133bd888-dafc-4812-ae3f-7a0838ca5cba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 422672623292337416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416422672623292337416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0285d767-8c1d-45c3-847e-74e54e3a5545, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553261268328096770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770955326126832809677095532612683280967709553261268328096770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e577c2e-796e-42e9-a0d8-bf3c3ebf8d6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51a9c71-aafb-48e4-89f7-ec6c69d2d71a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13914966728661113298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298139149667286611132981391496672866111329813914966728661113298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5931419226686159156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156593141922668615915659314192266861591565931419226686159156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b43e31d-6544-4cef-be09-3a77bfdd1a4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc7372d-74ac-473f-ab15-521911c46e4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6024376702326257392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392602437670232625739260243767023262573926024376702326257392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455c70b4-79e9-478b-8d05-478fc616c2c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894491665347810678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678989449166534781067898944916653478106789894491665347810678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046345272048011184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184204634527204801118420463452720480111842046345272048011184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0fd0da-3a64-458f-81ae-5eae4db544ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7754223784698880241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241775422378469888024177542237846988802417754223784698880241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74357f85-ce58-4507-a7d5-1ca062839196, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6782049639267860808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808678204963926786080867820496392678608086782049639267860808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258f4eca-dcdc-4e1a-b476-f3ef1ac7aebc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11667682569985969317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317116676825699859693171166768256998596931711667682569985969317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e5cb3a-d7a2-4360-ae7f-d1a6c79a7b81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927417114260622532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532192741711426062253219274171142606225321927417114260622532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c76f40-badc-40d3-a79b-a14754d7bbdb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17387763503616348116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116173877635036163481161738776350361634811617387763503616348116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c859d615-7f2e-4939-abca-46c3980a5547, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144860235356271827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827514486023535627182751448602353562718275144860235356271827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec7651a-6643-43a7-9000-17aeb2004f75, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5325772373791401324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324532577237379140132453257723737914013245325772373791401324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e535d82-55e0-48ff-b62b-e9eb8e06b986, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0e8de4-cbed-4ff1-82c8-e8b53f4c229f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969580001902585756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756179695800019025857561796958000190258575617969580001902585756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6160135319060378742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742616013531906037874261601353190603787426160135319060378742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05fd0d89-e7df-4f74-82fc-2e49d3441b7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10082570627971326983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983100825706279713269831008257062797132698310082570627971326983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672567f7-3db3-4bdb-b50e-c2a98245d00a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251313507947307090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090142513135079473070901425131350794730709014251313507947307090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7f9d955-8651-440f-a4da-9e512e7faf46, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12570408694943543640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640125704086949435436401257040869494354364012570408694943543640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33380a8a-7f11-494f-a250-d1ffeed23ab4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11925739584942196436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436119257395849421964361192573958494219643611925739584942196436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90e484a-a0a2-4c5e-bb0c-41beadb91677, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cefabd-6df2-4e33-b578-5e032ece40fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11442992710124234505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505114429927101242345051144299271012423450511442992710124234505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17883001033087331623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623178830010330873316231788300103308733162317883001033087331623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1676f9d9-c7a6-48d9-b8fc-ace9ff254451, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed07ff6-046d-4b96-a2a9-058fb8e8840b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7492917259669975671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671749291725966997567174929172596699756717492917259669975671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e339ea09-b4fd-4252-8757-9b27d991b094, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3382121268934952464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464338212126893495246433821212689349524643382121268934952464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3691361737188357557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557369136173718835755736913617371883575573691361737188357557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f428f5a-ae8d-4326-b7ab-69702c338b38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bef9488-f77a-4edb-80b7-8d1f6b67d1fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545516535713301500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500854551653571330150085455165357133015008545516535713301500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1406024692365628176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176140602469236562817614060246923656281761406024692365628176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4df1d8d-e6c7-4a9c-a491-2f79d59c5552, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6062546597326054860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860606254659732605486060625465973260548606062546597326054860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8edf9cb9-e923-4ba2-9c01-5ea8ef4d97ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15241382196611590576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576152413821966115905761524138219661159057615241382196611590576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04944e5-a7c1-45d8-9354-2d0b47bbbe2c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635879637426780398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398106358796374267803981063587963742678039810635879637426780398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d04a67-06d4-4160-b599-585d5961dcfd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c7bd35-a9ca-40a7-b548-42fb6b526ff4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6159630729036121806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806615963072903612180661596307290361218066159630729036121806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9124083067319180851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851912408306731918085191240830673191808519124083067319180851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc4e501-4e10-4266-b101-0c2736091ead, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df08483-4c1e-4977-a73b-b6a3f0c19184, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14358444623524770143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143143584446235247701431435844462352477014314358444623524770143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792939785270986551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551147929397852709865511479293978527098655114792939785270986551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d879b60-02dd-4927-ba07-44f96b037d0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a916e657-343f-4e57-8d65-43939db5bd11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2237525253230551665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665223752525323055166522375252532305516652237525253230551665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357934361244445266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266435793436124444526643579343612444452664357934361244445266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebcd9b53-8ee1-4154-ac3c-67e9dc9f69e9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20940c4-adac-4185-bc18-607a500fc0c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 481489785252066790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790481489785252066790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037650395849177538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538170376503958491775381703765039584917753817037650395849177538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4452916e-6aa9-4d18-b25c-4fa3b232682a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468801282566856289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289946880128256685628994688012825668562899468801282566856289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1598afcb-2ce2-4a6b-93dc-29dda24b2009, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216874348227297324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324821687434822729732482168743482272973248216874348227297324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b774719f-bfb6-4569-893b-c396d7cde6d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425632897766990186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186742563289776699018674256328977669901867425632897766990186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6984272a-2637-414d-ab1a-5e774a2d11f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 66677680654077015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015666776806540770156667768065407701566677680654077015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f85aaf-194d-4bf9-bd6e-09c1cfd79f05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263293046284008123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123132632930462840081231326329304628400812313263293046284008123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f9635a-faf3-4d29-99e2-1902c5a6f622, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582284486937394084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084105822844869373940841058228448693739408410582284486937394084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c29386b-397c-4a74-ac1e-305b45dce19b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061262558107607255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255206126255810760725520612625581076072552061262558107607255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e698b80-7e43-47f8-993e-58da434f5df0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17292182416773850855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855172921824167738508551729218241677385085517292182416773850855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20ebe9f-2a32-4271-8c9b-b157046868f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345207190660559398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398334520719066055939833452071906605593983345207190660559398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773be67c-98b1-44a4-969f-e23d997b914d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12245253640862802051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051122452536408628020511224525364086280205112245253640862802051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0348dbd9-5489-44d0-8397-c18bb56643f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576766118921166473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473145767661189211664731457676611892116647314576766118921166473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01403093-880e-4876-8725-dc23f1576176, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085fb858-5af5-4c23-8842-60b1e83aacac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3419092918484055880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880341909291848405588034190929184840558803419092918484055880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14907272839857442587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587149072728398574425871490727283985744258714907272839857442587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77665d7-003f-41c0-97fc-6ed43afd4043, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711912226352989645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645107119122263529896451071191222635298964510711912226352989645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7188b4-3338-40bc-97c0-8e6c85e62df6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e07b4e-e687-473c-957b-fe4e24f7c873, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313291162919195266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266131329116291919526613132911629191952661313291162919195266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728419159847450280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280172841915984745028017284191598474502801728419159847450280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc208c2-f1ee-4b73-a81a-6b8e9a62e755, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858358825609590219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219128583588256095902191285835882560959021912858358825609590219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01a03ca-fe47-48be-96a3-b1933be36357, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164989500306420013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013121649895003064200131216498950030642001312164989500306420013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bc91fe-0de3-41a9-b245-76108c789edf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713652522438544291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291713652522438544291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c35e6c0-7e96-4981-8abf-0a0f643d4d66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30d25b5-4824-450e-b1d7-b03298cfd183, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5297721371207314032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032529772137120731403252977213712073140325297721371207314032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4575239925280545692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692457523992528054569245752399252805456924575239925280545692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a06fe3-ca20-4f3a-bbbb-e7cfc436bb52, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5514340d-410c-404f-9491-4ae846fcae4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296845590957379740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740172968455909573797401729684559095737974017296845590957379740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bac780-ba95-4573-a04e-36f8160cd3a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10984655786647956692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692109846557866479566921098465578664795669210984655786647956692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2000515461846178227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227200051546184617822720005154618461782272000515461846178227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca0c297-f45c-4ced-807f-fa6a0dc8775e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84890da6-e698-4755-85ed-d19636d0a0d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6862556147071797445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445686255614707179744568625561470717974456862556147071797445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12613385757116831198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198126133857571168311981261338575711683119812613385757116831198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1f6412-4476-4f27-9aa8-fae05ddc0148, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5370676335086679007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007537067633508667900753706763350866790075370676335086679007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13199138-1341-4b02-8f7e-10db4d9268d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389405992649274800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800173894059926492748001738940599264927480017389405992649274800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952d6a1a-91f4-4cae-9b6d-de328a135e38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d5eff1-e614-4f36-9598-aa5e9e96332f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081691649759536174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174508169164975953617450816916497595361745081691649759536174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761510186240221636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636177615101862402216361776151018624022163617761510186240221636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8097a4a-d970-496f-975a-3da3bf15e4be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f05e35-5dc7-49ba-9a71-e6d56a12fee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15729662066290478808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808157296620662904788081572966206629047880815729662066290478808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681849149749474403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403106818491497494744031068184914974947440310681849149749474403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8d39f2-2836-45dc-8ff4-00a6295787b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b02dae-501c-4530-9f17-b88101e07c96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68636174605956274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274686361746059562746863617460595627468636174605956274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774600909541204576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576877460090954120457687746009095412045768774600909541204576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5208f39-1a50-49f3-9224-65d5c068376f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 661097965637397571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571661097965637397571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc29ce45-88ca-4082-96bf-53719ffe0a70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912402308691124216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216129124023086911242161291240230869112421612912402308691124216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4bc28f-a620-4525-ad2f-c7c460ac01df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4015012106267045292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292401501210626704529240150121062670452924015012106267045292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04928d6d-101c-4a57-bb37-904dfcbd73c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560798338859525688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688956079833885952568895607983388595256889560798338859525688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee453c4-08fa-409d-850b-795e34bbcc48, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10601571490211892440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440106015714902118924401060157149021189244010601571490211892440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee57dd79-be9e-4b83-886a-57b19436b2f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7416667851179981827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827741666785117998182774166678511799818277416667851179981827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f61b22b-24e5-471c-a327-d2becc7687ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0432b06-0b64-4be1-b704-c167f517bd98, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5340722574623441860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860534072257462344186053407225746234418605340722574623441860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14436427338084914416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416144364273380849144161443642733808491441614436427338084914416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62470f5-22cf-4015-bdae-bc9fc470b06d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f556a548-d673-4bfe-9d9b-bf81eab22f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354649131535901027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027113546491315359010271135464913153590102711354649131535901027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14128002633691954957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957141280026336919549571412800263369195495714128002633691954957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e421cf8a-1d3b-4ecb-9dda-6d0c0cf2bb79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332910156259887366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366233291015625988736623329101562598873662332910156259887366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb5c4c6-f21d-499d-ac02-7f6b66fb889c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f915fa-1d98-441d-acc8-4b63c99c933d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14693580724689652413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413146935807246896524131469358072468965241314693580724689652413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851369153242684716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716148513691532426847161485136915324268471614851369153242684716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1638040-3c25-43a2-b905-e22167258461, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5266146062897134294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294526614606289713429452661460628971342945266146062897134294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9c12e9-1b21-4cf8-afdb-970ad77fbe2a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4969134005990304936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936496913400599030493649691340059903049364969134005990304936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf063b9-59d0-42d0-bae6-aa23df1d72b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733540448367981475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475137335404483679814751373354044836798147513733540448367981475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e036848f-3f1f-447a-b096-ed19ee1069c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802396616667452287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287280239661666745228728023966166674522872802396616667452287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca743d09-6356-44f4-b4c4-bcee1e02261b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155082330542771983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983215508233054277198321550823305427719832155082330542771983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3497251-07d9-4237-8f71-31ae55338cd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128916878734986095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095171289168787349860951712891687873498609517128916878734986095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f553dc-821d-447b-bc2d-502df4aa8610, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188678977949380550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550818867897794938055081886789779493805508188678977949380550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a21ffe6-5157-4c8f-88ff-21cb2107ce5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6743034e-5558-4db1-85a8-c093ad772f20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 135610509483418970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970135610509483418970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579750240877024808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808957975024087702480895797502408770248089579750240877024808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a3d1c7-0f4e-41de-9b12-fe1c80ffed7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b887719-cc39-4508-8abf-dc732197c179, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959041543721298899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899179590415437212988991795904154372129889917959041543721298899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149241819691151126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126414924181969115112641492418196911511264149241819691151126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014a1453-94fe-4478-aa79-75d689ca10fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb9886d-5471-4a37-8b69-e495a62ea191, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8136012519731511376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376813601251973151137681360125197315113768136012519731511376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12170642544591285254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254121706425445912852541217064254459128525412170642544591285254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232e0957-839b-48d9-b517-5d0a5af6a975, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11505265100563214889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889115052651005632148891150526510056321488911505265100563214889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a0dae7-972e-48af-a94c-b74cd0c86e34, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7623964957463009688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688762396495746300968876239649574630096887623964957463009688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36782c28-c7be-4f49-b754-ec4d469d056c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258862853430040695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695162588628534300406951625886285343004069516258862853430040695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b18514e-4d5f-4e9f-a37a-123be7411913, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807041631637587943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943680704163163758794368070416316375879436807041631637587943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0642d7c8-ee20-40c0-91d7-f3e9fd60264b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 611208909441755998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998611208909441755998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac3be56-7c92-4024-b452-c68fd7cd5adf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947244181853515012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012994724418185351501299472441818535150129947244181853515012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ca0f89-58bc-4b98-857c-5d359a4df2cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb7db8a-e3ca-461d-b725-4c14adf12914, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6285940507121465229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229628594050712146522962859405071214652296285940507121465229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879305368245832160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160158793053682458321601587930536824583216015879305368245832160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6437046e-fe01-44cb-8bdc-d306b3a88192, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3315901213819583793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793331590121381958379333159012138195837933315901213819583793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687712fd-4073-46d3-97c6-d1ed84f5e2d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12339021415561033671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671123390214155610336711233902141556103367112339021415561033671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11e8632-c4a0-42ed-875b-43f309fa2c6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527175686972056699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699155271756869720566991552717568697205669915527175686972056699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c55fb0-ce76-4780-828b-f3f3fc863b5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10581817298421312055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055105818172984213120551058181729842131205510581817298421312055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ac12c3-8094-46f2-9f32-403c1bbc5961, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726509784727746116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116172650978472774611617265097847277461161726509784727746116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce2297f-cd10-49f5-b099-bcb8dbfdc0a9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674216928598925265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265767421692859892526576742169285989252657674216928598925265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a64579-a82e-4def-9312-b792283cfd8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12085236503304198568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568120852365033041985681208523650330419856812085236503304198568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe60b36-b554-416a-90dc-86768e4f6d31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615736395376801694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694661573639537680169466157363953768016946615736395376801694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95371c2-aa82-4a30-8335-8f910dbaae7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9611709027256059508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508961170902725605950896117090272560595089611709027256059508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0a5481-34a4-4e1d-ae7c-ff63cbc249dc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093356940148534966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966150933569401485349661509335694014853496615093356940148534966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3011364-f396-4f53-a31b-1fbf2b0ff063, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207721372338930860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860820772137233893086082077213723389308608207721372338930860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed26fcf5-a04c-4b5b-8b99-ce8d76f1bda6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13873090060454443960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960138730900604544439601387309006045444396013873090060454443960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b991af-e95e-4536-a93b-75b8a02b9fb3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14114134904157284676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676141141349041572846761411413490415728467614114134904157284676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc65e8f-f16d-4c59-a615-dc3cf21b191d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6620575748672552776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776662057574867255277666205757486725527766620575748672552776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4f6f1e-cba9-4e8c-83dd-25c38549df7e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6846334249135003087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087684633424913500308768463342491350030876846334249135003087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306408ef-7338-43a1-8526-23d66155f25e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13978399570585832160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160139783995705858321601397839957058583216013978399570585832160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d1a087-cba0-4cbf-9964-4d9ba606f154, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f5c06c-7e01-4306-beb0-fc2c13eac3ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897234829884894512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512897234829884894512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219640460092620416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416112196404600926204161121964046009262041611219640460092620416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965f5617-d52d-4541-a0e0-6cf46dc206bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6749841-191d-4707-9c14-98f937e6235d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519174584617001587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587175191745846170015871751917458461700158717519174584617001587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986733281718375961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961898673328171837596189867332817183759618986733281718375961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 584e9a24-fd81-4780-bf90-937fe01ccf6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15004031517862008213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213150040315178620082131500403151786200821315004031517862008213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04cdb6d-0dd0-4329-91cd-821194ded9d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530976329688780835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835175309763296887808351753097632968878083517530976329688780835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9f0c51-b946-4c9d-a38c-60a3f9a6a6d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7716216225408247027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027771621622540824702777162162254082470277716216225408247027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26caf07-9d8a-4f74-8765-e582f5bcc539, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750070641594671337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337157500706415946713371575007064159467133715750070641594671337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e86ca60-8df9-4900-934b-c9b19ab2f2a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33dee229-58a9-4cb6-9e10-b3c22446c88e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071705662213913879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879130717056622139138791307170566221391387913071705662213913879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801455641174485700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700480145564117448570048014556411744857004801455641174485700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a567ff7a-9cbd-4831-a820-f2f50eec30b2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911224369405263921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921691122436940526392169112243694052639216911224369405263921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94408f2-a8d8-49b5-8ec9-99e793fc405f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03a0c58-e27b-4dfd-a1ca-baa7b6448158, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15814150631699880897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897158141506316998808971581415063169988089715814150631699880897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12342545890994154677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677123425458909941546771234254589099415467712342545890994154677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3447b9e-a146-4705-a26e-e38875efa3b1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291197084366682679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679829119708436668267982911970843666826798291197084366682679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5a74f6-d890-48f2-bc24-ae385e28c3ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505372258461248836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836450537225846124883645053722584612488364505372258461248836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d29c839-921b-4263-b752-6503cc03e550, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477357123053857671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671447735712305385767144773571230538576714477357123053857671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6eb1ef4-5fd8-4ef4-a46b-3836a81ce08d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8989517203851477986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986898951720385147798689895172038514779868989517203851477986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b37e81ea-2775-48d6-a8c4-91d673db24f3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728282601371523222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222272828260137152322227282826013715232222728282601371523222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36a1439-cc5f-4b32-b21f-4d4b8e202dfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6315083200197527708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708631508320019752770863150832001975277086315083200197527708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43b13a4-e568-469f-baf2-3fce3a92333c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8318360138024653098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098831836013802465309883183601380246530988318360138024653098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c8be9e-7ebd-4a6a-90ff-fe0b529dda16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008610219721522172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172100861021972152217210086102197215221721008610219721522172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dbb5c50-9edf-43d8-b6a1-f5a43630be63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1484050611256972138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138148405061125697213814840506112569721381484050611256972138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec7f3d4-e496-46a4-8f25-63cde869ec8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4579547481816404253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253457954748181640425345795474818164042534579547481816404253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a669b36-cd56-4d2e-8bad-bc19239143c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6902bbeb-1c4b-4728-b07a-5d47a847a8d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4475708927194971905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905447570892719497190544757089271949719054475708927194971905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16633174199380461545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545166331741993804615451663317419938046154516633174199380461545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a31f495f-221a-4a17-bbd2-7e2145011ca6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907197823657743209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209790719782365774320979071978236577432097907197823657743209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b13d775-73fe-4a6c-8de8-09895b27f77f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 934468720744547222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222934468720744547222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1519c7c-6427-4f1c-a804-f538e65a8597, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11523800266373391015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015115238002663733910151152380026637339101511523800266373391015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e414f1-43e1-4c8a-8955-a1e0c3fc2b09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15803594592115782725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725158035945921157827251580359459211578272515803594592115782725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0633a9aa-28fd-4555-995a-6558480aecad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1307435932871754440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440130743593287175444013074359328717544401307435932871754440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35227113-42ce-4a8c-8452-3d4188262586, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7050469004851035199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199705046900485103519970504690048510351997050469004851035199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb633bd-10ea-4a6f-945f-93ed4e114c70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14115385655218897314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314141153856552188973141411538565521889731414115385655218897314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe744b3a-b290-4e0a-93eb-87f249802eec, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be04339-aa25-48ad-b0de-dc0d85ea5ada, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225423118738171424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424182254231187381714241822542311873817142418225423118738171424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296468964657435191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191182964689646574351911829646896465743519118296468964657435191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c859c896-ec27-4ecc-a9cb-a74a76f6fb3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3032207682633040057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057303220768263304005730322076826330400573032207682633040057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df106e74-137d-4cec-a35a-99c376c8b3db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14147006954077458289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289141470069540774582891414700695407745828914147006954077458289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02e7ea70-e472-493b-9a3c-d2d0f127322f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e20f12-0a83-467f-9dcf-83fdd8806923, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7180811580496058256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256718081158049605825671808115804960582567180811580496058256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16388830943078493794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794163888309430784937941638883094307849379416388830943078493794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4982367-1798-4d6f-8dae-16b42736f30d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17612709951737890123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123176127099517378901231761270995173789012317612709951737890123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb4644b-7ad0-4288-bf6d-ccc7bc6da93a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17131929751655074251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251171319297516550742511713192975165507425117131929751655074251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35dca9cc-f232-4d93-ac44-7fd0c3706045, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12588754319572916637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637125887543195729166371258875431957291663712588754319572916637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaa46e5-5f07-4008-b1b3-95427c7e44f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321276703669636072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072173212767036696360721732127670366963607217321276703669636072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf390f9-d97e-4013-ad27-a8900fd54515, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2478410820446276144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144247841082044627614424784108204462761442478410820446276144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835acea9-9883-4b6b-a8b1-26aac00e931c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603663888943930113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113160366388894393011316036638889439301131603663888943930113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aae2d9b-b9c7-43f7-a86f-e13b38749b3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950959357835211117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117119509593578352111171195095935783521111711950959357835211117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9d83a7-2dba-429b-991a-ab9d849c6f28, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11754393229632880342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342117543932296328803421175439322963288034211754393229632880342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa9c0e1-ccb4-4f09-9deb-eb18fddd93bc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059049355595264586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586205904935559526458620590493555952645862059049355595264586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68cb2c91-9f12-4c28-a5ac-95e94249e0b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13edbef-19ee-42df-b8b2-c59518afeadb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9660054676032806495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495966005467603280649596600546760328064959660054676032806495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17056498775857374984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984170564987758573749841705649877585737498417056498775857374984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31f287f-2cf7-4fb8-b98f-637dae1d694f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353822754552746891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891163538227545527468911635382275455274689116353822754552746891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 166c6783-704d-493d-b8fe-58fe6431884b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2edee8-3904-4e76-b95b-8d4fba681737, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9581906420426438739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739958190642042643873995819064204264387399581906420426438739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860766603859979530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530168607666038599795301686076660385997953016860766603859979530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541451af-fd40-43c5-aed7-e02b2ed41e62, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16391463150308281735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735163914631503082817351639146315030828173516391463150308281735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b155190e-3384-4458-9a21-03656146f90c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11417666571606179058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058114176665716061790581141766657160617905811417666571606179058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e86280-03fd-4ba6-bf5e-533a03600f6a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112683903920968657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657161126839039209686571611268390392096865716112683903920968657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6c3f8-2526-4420-86fd-0546c45013ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568605448669447524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524125686054486694475241256860544866944752412568605448669447524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b82cdc4-f4c6-4e47-a2c0-5f4d36de976b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27e324fe-883e-4ffc-a16d-53a2d47e75ce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18100341256176585382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382181003412561765853821810034125617658538218100341256176585382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8514232394539221556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556851423239453922155685142323945392215568514232394539221556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977ced50-0985-4aa2-bfe6-e5bb33fcb5a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13071396378827031429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429130713963788270314291307139637882703142913071396378827031429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 210a7a88-fbff-4a3a-b6ad-bbdc283ccbd3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13549058267845162749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749135490582678451627491354905826784516274913549058267845162749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a65d25c-e4d1-4361-88e2-193b64302a99, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1051674781084348960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960105167478108434896010516747810843489601051674781084348960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3ab990-8d9f-429b-9e8c-3c8ff44e333c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320080319260465319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319332008031926046531933200803192604653193320080319260465319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cba5d2-10f4-4dc4-a08b-c1d5ed055990, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16153869154663430317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317161538691546634303171615386915466343031716153869154663430317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065f4d56-d783-4214-b0be-21895cf156c9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591736387280289661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661145917363872802896611459173638728028966114591736387280289661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590ff067-718e-445f-a534-0a8d0031b455, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843584598274377272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272884358459827437727288435845982743772728843584598274377272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daace2e-b81a-4e01-8161-f367f0e9689e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390493525624554317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317113904935256245543171139049352562455431711390493525624554317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756943a1-09d3-4b79-bb7a-fdcf05ce6a1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370323981673396891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891137032398167339689113703239816733968911370323981673396891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef4af6a-291e-4257-8acd-f35d1560afbd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151560624623315060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060515156062462331506051515606246233150605151560624623315060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fad190-f218-4c43-addf-f1bc315e2f1d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088514201622585937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937508851420162258593750885142016225859375088514201622585937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30659af7-578e-4286-8921-a9fb69d55393, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319634163839110791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791153196341638391107911531963416383911079115319634163839110791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4897488-d026-4e58-87df-fc6fd129c546, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350271172052056759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759835027117205205675983502711720520567598350271172052056759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54892ca5-bddb-493f-ab29-519dcb423f04, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356815138861130773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773143568151388611307731435681513886113077314356815138861130773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6416af0-05d8-48e0-8143-a3be6bb1c68e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679667432743582469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469767966743274358246976796674327435824697679667432743582469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f839da27-d965-4821-901b-5e09eebcb318, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11969734149368880565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565119697341493688805651196973414936888056511969734149368880565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa612256-52eb-40e5-98a7-9883a7452e4a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13008959537866974913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913130089595378669749131300895953786697491313008959537866974913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b292e46-a78f-4f97-ab5a-e14c151e9c86, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103419817296742640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640110341981729674264011034198172967426401103419817296742640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a10df8-9bc7-47a8-afe4-ce5f837d7de0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2340826612034791083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083234082661203479108323408266120347910832340826612034791083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373896f2-4778-4fe8-a405-8e62759114f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6744685160524871270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270674468516052487127067446851605248712706744685160524871270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684e43db-b8cb-4978-bb42-dbc5386b9320, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043566469674907255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255150435664696749072551504356646967490725515043566469674907255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918c7293-bace-4da1-9319-1b2366193551, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268180375236234110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110152681803752362341101526818037523623411015268180375236234110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c44d72-d0e2-430b-bc3b-ec45edf01490, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210745185058201350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350162107451850582013501621074518505820135016210745185058201350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fde4a0a-11cf-4c74-9b53-2d9ee01250ce, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468333053369592283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283446833305336959228344683330533695922834468333053369592283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b12744-87bc-49ca-bb4b-a700808400db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6889831644955418357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357688983164495541835768898316449554183576889831644955418357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe53df44-7fc4-4519-a180-0a63b15b44bb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c829c9-9dbc-41a6-84ec-ada79ba4764e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283125163037916314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314528312516303791631452831251630379163145283125163037916314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5976973239520525312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312597697323952052531259769732395205253125976973239520525312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1822a9e4-804c-4a49-9207-8fac16418a36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac344cec-91fb-4606-b8ad-02b2201b5cf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11067092625705483540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540110670926257054835401106709262570548354011067092625705483540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461778491637465160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160174617784916374651601746177849163746516017461778491637465160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef6ac66-e357-41d1-a019-09b0deb01c39, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424599067719641042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042164245990677196410421642459906771964104216424599067719641042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36b7f1a-f10f-473b-96f4-450ecd46842d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13817716628300968120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120138177166283009681201381771662830096812013817716628300968120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 252f6e92-c603-4b46-ad4d-df4ad90a6ec9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8526070240116838236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236852607024011683823685260702401168382368526070240116838236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fc19c6-e22c-4717-a8a9-286fe141d249, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18130309634646957787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787181303096346469577871813030963464695778718130309634646957787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebbf554-ef00-4595-9073-99cccbaa8c5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697184363472617964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964176971843634726179641769718436347261796417697184363472617964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556df283-5489-45df-ae62-ad9cf1e323e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82662953965058745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745826629539650587458266295396505874582662953965058745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1efe8b6-3f92-4deb-a614-ef79a2289d7c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547115558874646172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172105471155588746461721054711555887464617210547115558874646172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e39b955-81a6-4b50-8485-be5db272875c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15106087514065221988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988151060875140652219881510608751406522198815106087514065221988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe75927-6d84-47a7-87af-8bd267c15e3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5f0569-89d9-4ae5-8112-a3b82445e1a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643128710749725647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647106431287107497256471064312871074972564710643128710749725647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048260807873029593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593304826080787302959330482608078730295933048260807873029593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c7c6ca-9107-4a74-9ab9-ef5b8771d098, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c49363d-31e9-4710-9126-f7f590f2130f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5222610081612503855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855522261008161250385552226100816125038555222610081612503855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831690261234721672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672683169026123472167268316902612347216726831690261234721672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53607c6-9c62-4835-85c1-e860f4fa1b43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71a2e61-ff96-4f24-be84-26de527b186b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991623464346126414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414119916234643461264141199162346434612641411991623464346126414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852665443575085256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256185266544357508525618526654435750852561852665443575085256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a6ae89-39e2-4519-8e65-303cf06ceb7b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e8cb87-03c7-463a-ad4a-b75a75978820, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15337729645409456021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021153377296454094560211533772964540945602115337729645409456021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9864182368833196612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612986418236883319661298641823688331966129864182368833196612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe06792-531b-4f6b-8c30-549df798510e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353758747139440981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981183537587471394409811835375874713944098118353758747139440981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4b28e3-6e19-4e0b-a841-3d631889a93d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13471614448913263023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023134716144489132630231347161444891326302313471614448913263023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacc1235-d269-4fa6-88a7-e3b25153ee7d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17964748192971697024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024179647481929716970241796474819297169702417964748192971697024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05b6b54-46c3-45b1-ac5a-f17b22d592cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17181462792304010715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715171814627923040107151718146279230401071517181462792304010715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8690f392-9eca-456c-9e6c-41eb4efa532e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5fdfa3-c860-44f2-90bf-4ef6a4a12782, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1511274629186393610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610151127462918639361015112746291863936101511274629186393610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189257027336147361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361818925702733614736181892570273361473618189257027336147361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a8d6b5-1f97-4fa7-857d-d3c1100e1ffe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7704717183221835479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479770471718322183547977047171832218354797704717183221835479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da58b56-b9fd-4db1-8bd0-23d5139a4ab1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3022591242304871772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772302259124230487177230225912423048717723022591242304871772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6566400f-cd97-47a3-866b-0c77b7becbb5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1132838709133406187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187113283870913340618711328387091334061871132838709133406187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2359bbb7-b5e7-4ccb-a48e-d06d3160d743, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180421184027701284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284131804211840277012841318042118402770128413180421184027701284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae887b61-314b-4f64-a3d5-62556235d48a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8092202654285752719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719809220265428575271980922026542857527198092202654285752719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc44965e-4409-4315-b0fa-f614b14b6566, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5178276395949839515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515517827639594983951551782763959498395155178276395949839515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e666942f-c4b9-4201-97a6-f7ecc1afa18c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201657208944188227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227142016572089441882271420165720894418822714201657208944188227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43995675-0579-40ba-b816-7a9890d488f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486542392582589978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978124865423925825899781248654239258258997812486542392582589978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279e8d80-1039-4865-bd2d-ad34932e1d9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12239154281040869737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737122391542810408697371223915428104086973712239154281040869737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90966483-49ee-46af-a537-4db6655e1b6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947903376512017459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459179479033765120174591794790337651201745917947903376512017459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef48e150-56b8-4639-9558-d9ca4c3d5c5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5dfb501-f24e-469e-88d6-d88c3092a444, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176176106880989731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731121761761068809897311217617610688098973112176176106880989731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14097562848392931391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391140975628483929313911409756284839293139114097562848392931391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054b6a34-fc0d-4cc0-9b85-51892de2c40b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845074535388614288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288118450745353886142881184507453538861428811845074535388614288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c1713ef-39fa-44f2-957a-c4fd3c677661, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17057184640953099623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623170571846409530996231705718464095309962317057184640953099623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17916437-8636-4a84-98e3-39eee36d130d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617504602156257707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707361750460215625770736175046021562577073617504602156257707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6647ae-406e-425a-ad52-cc78ba3e224a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759990852544152746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746759990852544152746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e70ad8-049a-42c8-a830-7e6793d22d81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7742349955260725539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539774234995526072553977423499552607255397742349955260725539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dc31131-c6c8-4afb-a2d2-f2820420fce7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910228653510852985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985691022865351085298569102286535108529856910228653510852985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac1847f9-f007-4dd3-98d3-e149ad3645e7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8612537678017675065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065861253767801767506586125376780176750658612537678017675065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecbf9d4-edc9-43df-be68-a237d321db5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4793777933212076506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506479377793321207650647937779332120765064793777933212076506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de0120b-be5d-459c-b8d1-051d24bfc65e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072777858999567685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685150727778589995676851507277785899956768515072777858999567685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1f5cbd-8d3f-4246-8d5a-c84ff7d30447, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069338428672854640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640106933842867285464010693384286728546401069338428672854640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cda0363-dc4f-45a6-b733-16c15b22abfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12870559705329261971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971128705597053292619711287055970532926197112870559705329261971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93093c27-2a66-4205-937c-4ee90afe45b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293286652283857007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007142932866522838570071429328665228385700714293286652283857007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7adbe4-aac8-4b2f-801b-80d447e8d43f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4167746803598945953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953416774680359894595341677468035989459534167746803598945953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6739f2a-cdf0-4b86-8377-0f0a990a9513, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1540981419267781096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096154098141926778109615409814192677810961540981419267781096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56f1b01-fc32-463f-842f-08fe48a435d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905448974815154189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189109054489748151541891090544897481515418910905448974815154189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5116e4b-e191-4398-9e27-820347aa22fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da45279b-07d4-45fb-8d58-d18a51309d83, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15508639869290625198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198155086398692906251981550863986929062519815508639869290625198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2febc395-b5f2-4ba9-ae34-18b77d3e5aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15468715889239791692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692154687158892397916921546871588923979169215468715889239791692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422573257095226796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796104225732570952267961042257325709522679610422573257095226796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbdf7371-d99e-4e69-91a7-f3ed8e3a3897, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b928c9-3956-4dfe-9c88-19e89fe4655e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249269128153396988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988624926912815339698862492691281533969886249269128153396988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8575134454189295224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224857513445418929522485751344541892952248575134454189295224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0311e4a-e069-4173-b34f-3b8b69d8c4b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8361887c-6e6d-45df-a4bf-2ff53a519b89, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4158114244275193608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608415811424427519360841581142442751936084158114244275193608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4543959100472172149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149454395910047217214945439591004721721494543959100472172149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51a0a66-085d-4769-b460-972711c7cfe1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb561d5e-7f06-4a11-b845-76f4ad86a359, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772528771787078462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462477252877178707846247725287717870784624772528771787078462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8790957442800105577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577879095744280010557787909574428001055778790957442800105577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afd05cdc-11d4-41d9-96ef-ea076e72e86b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e1463a-956c-4e93-a3e0-9c7f3be0141d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406945295894396149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149640694529589439614964069452958943961496406945295894396149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125483651641967076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076121254836516419670761212548365164196707612125483651641967076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e64b6f-3538-498e-9472-5b1715dfee45, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eac0210-76cc-4240-bd9b-d937d22adfd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17569056847582584673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673175690568475825846731756905684758258467317569056847582584673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848272176878615869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869128482721768786158691284827217687861586912848272176878615869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1e5332-b40b-49d6-965a-5bb6e064719a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c47c05-cd73-4363-8b6a-e53ccdf31672, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637422602556267173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173116374226025562671731163742260255626717311637422602556267173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090245131287387170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170160902451312873871701609024513128738717016090245131287387170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e011d93-63c0-46ab-9218-e67c63814f24, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a0a47a-d31c-4935-a4de-3a6239d5c93b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426954350597839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839642695435059783964269543505978396426954350597839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6086520239329565500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500608652023932956550060865202393295655006086520239329565500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc1ef11-b969-4023-816b-71be54035f4c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10564508588063110472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472105645085880631104721056450858806311047210564508588063110472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43153c82-a45e-427f-9334-34e7d465193c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587336969888909960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960125873369698889099601258733696988890996012587336969888909960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ef6bd8-ee9c-43d3-8f52-5602a124abf1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9444404852593185560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560944440485259318556094444048525931855609444404852593185560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d88bd48-6975-445f-8160-cff982e74648, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114346342916552679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679811434634291655267981143463429165526798114346342916552679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d38db22-27f0-4650-920a-9f884f2ed4ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1373281079298682177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177137328107929868217713732810792986821771373281079298682177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d53d347-20a4-4f0a-ae34-c9557ee7eb59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494407542777995155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155494407542777995155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 790317c1-b747-4de7-a73d-b5237f3de9c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742127017750030824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824177421270177500308241774212701775003082417742127017750030824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c77512-5905-4c03-80fb-c5b26a4d247e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4600405061732466384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384460040506173246638446004050617324663844600405061732466384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c501514c-0614-4687-b3c0-5781fbe23d18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14383429323066922260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260143834293230669222601438342932306692226014383429323066922260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f342dc1-9a2b-47b1-be22-b17aab862583, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7215555301109013120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120721555530110901312072155553011090131207215555301109013120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994e9ccc-a5ca-468d-b9ae-7bea95c1604b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16309875039991264842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842163098750399912648421630987503999126484216309875039991264842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2901f2-e520-461b-9322-aeaca13f17e2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409302736648352496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496144093027366483524961440930273664835249614409302736648352496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e6b52b-20c4-493c-aaa5-a5d814a2dbd1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5224764734887736818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818522476473488773681852247647348877368185224764734887736818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472e0384-c48b-4f64-9034-495410191946, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14034493348751537314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314140344933487515373141403449334875153731414034493348751537314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d112ef4-e940-4493-ad1e-59bca3c4a266, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4cccb14-739b-4754-9e4f-612ca9f099ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1892922841929203786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786189292284192920378618929228419292037861892922841929203786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549376331208617687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687549376331208617687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2301ce-faf4-4888-8967-1d1a1b9dd04e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7c9d4f-52a7-4193-98e8-dc2b9a542a08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748594531351505809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809774859453135150580977485945313515058097748594531351505809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236855260903941035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035923685526090394103592368552609039410359236855260903941035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14446216-2dc7-4f2b-887b-7ebc2d3e611b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842637717776757988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988684263771777675798868426377177767579886842637717776757988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6562eb-f823-465f-904e-ac5ab1d3ab08, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2094738913970354826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826209473891397035482620947389139703548262094738913970354826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03e3f0b-8888-4f4a-94d1-b9e38738c912, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708550062509111937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937370855006250911193737085500625091119373708550062509111937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40208204-d123-4ac8-9ceb-53e8dd93f705, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515497645570473565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565751549764557047356575154976455704735657515497645570473565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f48e7f-d6d1-4b2c-984b-288d06378c11, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4493377900366226450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450449337790036622645044933779003662264504493377900366226450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034fbe44-412d-4249-9e15-a13e9fd3e90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274898077804066508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508527489807780406650852748980778040665085274898077804066508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f4c049-1375-4f01-af69-1863783e8db7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13328258179119133577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577133282581791191335771332825817911913357713328258179119133577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b82e97-fdd0-4977-85ac-cb90bb87d030, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415731928223476220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220541573192822347622054157319282234762205415731928223476220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea10399-fb94-472e-86f5-1727ee518897, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f59af18-4d61-4a12-a517-b494c9bcc603, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15871841237775673617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617158718412377756736171587184123777567361715871841237775673617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11366968341571316312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312113669683415713163121136696834157131631211366968341571316312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43100699-916e-4189-b35b-cfc1251957f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1070183977008960983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983107018397700896098310701839770089609831070183977008960983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa03b4b-dbbf-4f8b-beff-a38ecc172867, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8962722806832880111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111896272280683288011189627228068328801118962722806832880111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57225ba4-4aeb-4856-a34d-a4ade6e40c6d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874465859927605922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922874465859927605922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451de3a8-f8e6-4d77-aab4-e32959911d63, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436096625254144151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151143609662525414415114360966252541441511436096625254144151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8a492b-71ed-4289-acd4-66652bf01223, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256977382681127177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177142569773826811271771425697738268112717714256977382681127177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46a3980-b69a-40a0-a391-9dc182a78ace, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a50221e-d52c-41dd-8c3b-0c8bdc2faa92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1469378966425875905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905146937896642587590514693789664258759051469378966425875905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154751559876683671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671515475155987668367151547515598766836715154751559876683671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2416c0-ba3e-4c8e-b71e-cc0abf7718d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186445021565575459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459418644502156557545941864450215655754594186445021565575459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aab868-31bb-45ef-9466-b716d8d8f7c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858169863829317834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834585816986382931783458581698638293178345858169863829317834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17608bab-8d82-4446-8800-4bc174e34fd9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14046097560554839764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764140460975605548397641404609756055483976414046097560554839764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2909d06d-3ca8-4359-a0fa-62a8307970da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909962618697774027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027169099626186977740271690996261869777402716909962618697774027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f98fba3-1e1e-4c18-99f3-85e2a1d07ce2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14866685159973845616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616148666851599738456161486668515997384561614866685159973845616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20ca677-0e7f-4474-98db-692f2cf1a103, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762187428663310105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105576218742866331010557621874286633101055762187428663310105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c9aaee-808e-485d-8f94-05df980a42b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847579677093266550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550884757967709326655088475796770932665508847579677093266550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb0ce3a-117a-4e64-9a59-96cbb2d00256, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913989709174576660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660149139897091745766601491398970917457666014913989709174576660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f8e1b4-968b-40f5-a453-0f1cd9cd89b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e76dd1-a233-4dc7-a136-f2c1ff65989a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 431016189833108567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567431016189833108567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711486299944584536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536371148629994458453637114862999445845363711486299944584536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283b80a6-e773-4c22-8e7d-ac55e2bd8076, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929242997007025494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494149292429970070254941492924299700702549414929242997007025494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfac93f6-4b7c-4edb-95fb-37bc84a00b0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16092074650248629734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734160920746502486297341609207465024862973416092074650248629734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6936ef0a-b24c-4bb7-91ad-1effaec0315e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154308993898377908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908101543089938983779081015430899389837790810154308993898377908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6cd3d7-1951-4f7c-a28e-f5516d3c15cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4352563100660316115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115435256310066031611543525631006603161154352563100660316115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da584580-f2bc-41ac-bcc4-5ba2433bbcfc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16807891543965534699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699168078915439655346991680789154396553469916807891543965534699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e375435-482a-4593-a415-0e2bde33f8f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466094181885947153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153144660941818859471531446609418188594715314466094181885947153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d46248d-d723-4f55-b066-8299e4658b8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834454342024890669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669178344543420248906691783445434202489066917834454342024890669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4200f405-280b-4e5b-836f-32a2e07f19e5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7160563690530317137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137716056369053031713771605636905303171377160563690530317137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36550059-57a6-4963-94ef-7a9f228ee64d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4784973886332420895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895478497388633242089547849738863324208954784973886332420895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb3a424-f97e-4078-9701-a5da4c270a6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864212526634246310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310158642125266342463101586421252663424631015864212526634246310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a409d06b-5ce4-4dd9-9cf8-513fa2e8bde9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14979616621592954009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009149796166215929540091497961662159295400914979616621592954009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82764b14-da45-4aac-a6bb-5548c6874f66, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644953392231584374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374364495339223158437436449533922315843743644953392231584374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c47670-2fe0-487d-b5bd-213d8291c09c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d04d2e-884f-49c1-94da-8284d0dee22e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17894124196695818059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059178941241966958180591789412419669581805917894124196695818059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303114453528480516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516143031144535284805161430311445352848051614303114453528480516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b110eed-5647-4231-a70e-ab2de7070414, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734181f2-16e7-46ce-a28f-15ed0214a94b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1217047422462808826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826121704742246280882612170474224628088261217047422462808826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395567260720356286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286163955672607203562861639556726072035628616395567260720356286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9696452e-4fc0-445b-9241-ad23fe92dfa2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7586150289785113823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823758615028978511382375861502897851138237586150289785113823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac308e6-4988-43bc-8c0e-3d8ede09ab83, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679717807548775350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350467971780754877535046797178075487753504679717807548775350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758df439-70b7-423e-8aeb-4def78accfe8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133602158807003010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010313360215880700301031336021588070030103133602158807003010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b78e776-3b1d-4ca7-a02b-24bc9a045aaa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbbccbd2-bfe9-4fb4-a17e-834395447d70, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445105699021760229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229544510569902176022954451056990217602295445105699021760229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2401805241911684225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225240180524191168422524018052419116842252401805241911684225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b6662-2fad-4d06-9165-4aa23155a398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874225409158414587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587387422540915841458738742254091584145873874225409158414587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6744d74-98f7-4b04-b28e-e5e1afc4a38e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238415230197868713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713223841523019786871322384152301978687132238415230197868713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12919b50-1a11-4423-8b0b-451b3def4466, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13580376593124424093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093135803765931244240931358037659312442409313580376593124424093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bace21d0-47af-46e0-a09e-e8606eadafc5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15710275200858535828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828157102752008585358281571027520085853582815710275200858535828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7f9fe1-18fc-4483-a01e-8cb160044daa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569591386577026085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085956959138657702608595695913865770260859569591386577026085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43b0b4b-8d48-4d30-9e24-5fce1e7822b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14031069934474599265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265140310699344745992651403106993447459926514031069934474599265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed312d4-1899-4f8e-88e2-065a052b5b71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fde7e23-19f7-4b35-9b78-2e513161dece, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13509659208433281141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141135096592084332811411350965920843328114113509659208433281141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05382ee9-e5c1-44aa-bd72-fea812e3a92a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4053461938298909363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363405346193829890936340534619382989093634053461938298909363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12471037235332868299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299124710372353328682991247103723533286829912471037235332868299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddc48c5-cc68-4372-bd18-8b2a3383ed1a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8288445970654007177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177828844597065400717782884459706540071778288445970654007177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1418a753-0862-4d26-8eb5-83bbade59199, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18326610826135176800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800183266108261351768001832661082613517680018326610826135176800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62ba653c-6a4a-4d87-9dc2-f9a18d44ffcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11529410480205491211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211115294104802054912111152941048020549121111529410480205491211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a3b46a-7cdc-4e28-b0fe-3179dc977ed8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9008229941767504964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964900822994176750496490082299417675049649008229941767504964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39355f25-adfc-4cb9-8594-39cc33ffa198, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14030212151517112976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976140302121515171129761403021215151711297614030212151517112976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ca78dd-28ff-41d4-9478-0898a9c4ce60, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306430162887386454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454130643016288738645413064301628873864541306430162887386454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5219bfc6-a901-477d-9ab3-3f57a7db6819, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9380362308974569381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381938036230897456938193803623089745693819380362308974569381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370e88d2-3af1-4f41-a07f-cc9691d9a2f5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250667725898227008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008425066772589822700842506677258982270084250667725898227008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c561dad5-a11c-4931-93b0-532019366dd8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11276481776689081537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537112764817766890815371127648177668908153711276481776689081537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62223a26-3f61-47f0-906e-7cbde39ceacb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750995866674287959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959975099586667428795997509958666742879599750995866674287959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cd54483-37c2-435e-93cd-ff7b339b9cff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897044678268363681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681489704467826836368148970446782683636814897044678268363681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fdffd4-6df5-4868-8308-937592723500, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1211446455139127768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768121144645513912776812114464551391277681211446455139127768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208a8faf-0936-4d77-b1f8-5f3d56cc6ad3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8ebaec-e440-41bf-9585-6aed0e411a19, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16698880926289206055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055166988809262892060551669888092628920605516698880926289206055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5596972025904616283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283559697202590461628355969720259046162835596972025904616283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a15e01-e824-4fe5-b83a-8a6f83c53591, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e3bd7c-ac24-4c4f-b7c2-e59a7ce10e2d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18120996126887345750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750181209961268873457501812099612688734575018120996126887345750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1403718393856505256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256140371839385650525614037183938565052561403718393856505256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83689b65-0b49-46aa-9cbf-5ce803706ad2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284168745695199548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548928416874569519954892841687456951995489284168745695199548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345156e1-0d3d-4484-9bb7-8d5d9e5909fb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14559700442359716114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114145597004423597161141455970044235971611414559700442359716114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa427283-e69a-4924-959f-fe46a624b8b4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2060558109325363538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538206055810932536353820605581093253635382060558109325363538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c896a6c7-1f5a-41d1-a90a-abed7e9f58cd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1450337225415414759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759145033722541541475914503372254154147591450337225415414759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59860f67-fc1e-497a-89c2-7157b7112558, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2631042635505512074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074263104263550551207426310426355055120742631042635505512074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d0a8a0-05d7-4662-93f0-d0045dc35c8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17190838972974195571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571171908389729741955711719083897297419557117190838972974195571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a228cab8-3c17-41b1-88b0-3fc2347434fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9797838578960881758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758979783857896088175897978385789608817589797838578960881758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430643d0-e2f6-4d55-8ac6-0cfec0056934, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361101027323621772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772636110102732362177263611010273236217726361101027323621772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ef68c5-9ef1-467e-8f18-161bc0b17266, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837176385504169327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327283717638550416932728371763855041693272837176385504169327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea298721-d904-4774-a33f-878299991a05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11750836063163357302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302117508360631633573021175083606316335730211750836063163357302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae916fc0-ab04-4a19-b7d7-b8994c395e54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498075244758849789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789144980752447588497891449807524475884978914498075244758849789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e51c0f-2d9f-48fe-bba9-0b5295dd362b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876526097311888762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762487652609731188876248765260973118887624876526097311888762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49426cc9-c140-49a1-802c-c88b2b118dde, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644663020843476458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458106446630208434764581064466302084347645810644663020843476458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc3bb30-2d66-4779-afc8-af1343948f0b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12238333573428348530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530122383335734283485301223833357342834853012238333573428348530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d863ace-caad-47f0-a278-f4a6bbc99aa7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964355317443211782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782496435531744321178249643553174432117824964355317443211782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0e16f-40b5-42ca-bbce-37fca091b095, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 337732627825365282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282337732627825365282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a3c3f6-4b01-4ba2-99c5-af65f443e336, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538828564432560347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347175388285644325603471753882856443256034717538828564432560347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5924e352-19a3-46a0-8f3f-9c5fbd0bcf5b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8010908481230689991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991801090848123068999180109084812306899918010908481230689991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ac6432-7070-454c-b934-4efe4a823503, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86985aa2-b861-46d5-82c6-ba7f9d96e805, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1351064812420276815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815135106481242027681513510648124202768151351064812420276815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005411360137306960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960110054113601373069601100541136013730696011005411360137306960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e387598-d83e-4f75-84f5-7a1fe7ee79d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e0a41e-a546-484d-8d7e-d2c101f8cd38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6482702271903170020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020648270227190317002064827022719031700206482702271903170020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14666670124366973683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683146666701243669736831466667012436697368314666670124366973683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37cb39b-38c1-4acf-b907-1cc406605f9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12403063764261067736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736124030637642610677361240306376426106773612403063764261067736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019f041e-97f6-4ef0-a631-3fc6b421c0f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebb8681-7613-4ce4-94d9-08621a5aad4b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784596265348597799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799784596265348597799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bac9fbe-3f76-45a2-86db-657d202ae7c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9298759893887033322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322929875989388703332292987598938870333229298759893887033322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10851417794795875892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892108514177947958758921085141779479587589210851417794795875892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43b8f34-20c8-4e6c-91f2-d1767a5a6520, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151722771304813013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013131517227713048130131315172277130481301313151722771304813013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1616713-d8ab-4a8e-809b-1ddfcea9de58, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a09ee2-34e0-4b63-bfdd-6b8239d99ab4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904594401391546142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142390459440139154614239045944013915461423904594401391546142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17739426423320190763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763177394264233201907631773942642332019076317739426423320190763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058478bb-df1d-4f4c-acd5-9f3bbf2e1cf7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674908454128727811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811567490845412872781156749084541287278115674908454128727811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cb4d3c-1685-4332-8cb4-25beaa7f1035, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853036094763341260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260138530360947633412601385303609476334126013853036094763341260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b2399f-f614-42d4-8e49-f396b8b3b5cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18106846882910864532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532181068468829108645321810684688291086453218106846882910864532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2bf006-fcae-44c2-9a09-f3b01ed652e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842740463150615718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718118427404631506157181184274046315061571811842740463150615718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b4993e-eb57-41eb-9458-84d49251d2f2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982033552586222561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561149820335525862225611498203355258622256114982033552586222561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5a7943-6504-4b9b-bdc9-0dc262e50e92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ce6c87-3909-4931-9371-5b76012a74ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372998456884071352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352183729984568840713521837299845688407135218372998456884071352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744588604678378309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309177445886046783783091774458860467837830917744588604678378309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc166b2-1946-4642-b907-5ff932199b4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c6dd98-33e7-4ed3-9490-c20c2c6eec31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4055251798729309826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826405525179872930982640552517987293098264055251798729309826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f10eec-938e-443d-90cc-9582123d1a8e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716998183717285434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434371699818371728543437169981837172854343716998183717285434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951221018235365417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417139512210182353654171395122101823536541713951221018235365417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0cac0e5-63df-46f1-a511-fe899ce3300d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1007527676825673944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944100752767682567394410075276768256739441007527676825673944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce211801-2de6-4506-bcde-19dff8474bbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971adb34-df88-440c-94be-4d3153731141, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8496808119477633947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947849680811947763394784968081194776339478496808119477633947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6559050591134596975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975655905059113459697565590505911345969756559050591134596975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b556c0-bde8-4811-a94a-9a4e61b96079, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10589821655986116495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495105898216559861164951058982165598611649510589821655986116495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87a0b07-8e59-4a34-9cc5-ae99881c3be8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6969789993757028867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867696978999375702886769697899937570288676969789993757028867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56750aff-3652-40cc-940f-cfce25ff82b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6941610-a7f7-4093-921b-0be54d1f945d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488867190869203151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151104888671908692031511048886719086920315110488867190869203151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12931940512595766756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756129319405125957667561293194051259576675612931940512595766756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32fbf3a9-4414-4c04-9f00-7b28d40b8a10, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016a0a92-c55e-491d-bdbf-522217bea451, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5618832724984181438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438561883272498418143856188327249841814385618832724984181438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435843755297215220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220435843755297215220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4509e322-e083-434a-824d-95167d875aab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432307016547667157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157174323070165476671571743230701654766715717432307016547667157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a41e84b9-ed71-4c40-a718-71df0f2269c4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9933214573866531043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043993321457386653104399332145738665310439933214573866531043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00cdeb7-7a94-4432-b3d6-edd458ccdcf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9779d7-6b77-43c4-8c45-c3bc094b032c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3689021798650061273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273368902179865006127336890217986500612733689021798650061273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489769406711154455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455144897694067111544551448976940671115445514489769406711154455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84206968-8fa8-4fb9-b4d7-e062ceae854b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5613165928786534046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046561316592878653404656131659287865340465613165928786534046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f722188-3596-4bb4-ad55-9b04defa43f0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10069596184507942609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609100695961845079426091006959618450794260910069596184507942609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7298e272-2319-4b3d-afab-a6d476ec11e1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca3839c-7490-4a7b-9097-bf1e09d56343, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792015813277993946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946979201581327799394697920158132779939469792015813277993946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18174597495170148521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521181745974951701485211817459749517014852118174597495170148521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a30c5e-804e-4fda-b36c-a7ffc9067a81, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547302712874267641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641105473027128742676411054730271287426764110547302712874267641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f5cdf7-c689-4472-991c-9954dc12059d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679264079688058019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019467926407968805801946792640796880580194679264079688058019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8804210c-bc21-4309-b04f-0ab7eb600ade, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15549798898544210668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668155497988985442106681554979889854421066815549798898544210668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8895436b-6147-4f10-9728-5261b41fcaf6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954893751378102073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073179548937513781020731795489375137810207317954893751378102073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 967a50a1-7026-4413-8563-f2e413d88001, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16919512260124801902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902169195122601248019021691951226012480190216919512260124801902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ee858e-cac5-422b-98db-393c66dd932c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16287043588736663558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558162870435887366635581628704358873666355816287043588736663558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acda512b-c62a-4d42-8785-328bc79269ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038241472644102746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746170382414726441027461703824147264410274617038241472644102746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6cf530d-abf6-4455-a2b9-400567dcc398, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12102975403722939177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177121029754037229391771210297540372293917712102975403722939177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b49aedc-63be-4f8c-b5d4-38fa58b73d02, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10486292454949358856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856104862924549493588561048629245494935885610486292454949358856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c961769-681c-43df-96bb-66b8dd7a9cc8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9338490817734479426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426933849081773447942693384908177344794269338490817734479426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1607a6-de33-4886-ba1c-fcd7b714531f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13025284376216659601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601130252843762166596011302528437621665960113025284376216659601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1c3b09-ea0e-4107-9f2d-9ee35b8dae32, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11036077168364051363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363110360771683640513631103607716836405136311036077168364051363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbc69fb-293f-437c-8bf2-a1cd7491b4fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fcb374-e4e8-4615-8117-b992b7ad19ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6474354721026385570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570647435472102638557064743547210263855706474354721026385570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8655231687461049991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991865523168746104999186552316874610499918655231687461049991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2744c64b-c3dd-4927-8f5e-2da85040f00d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1169255860990741634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634116925586099074163411692558609907416341169255860990741634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2d072b-7c22-41d7-ba10-deffed3f2791, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968321930864985507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507159683219308649855071596832193086498550715968321930864985507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35fe944-835a-4453-986f-90336e9efbac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00de1c64-bf91-4c3d-8f97-849f5f3056af, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15288141045263896610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610152881410452638966101528814104526389661015288141045263896610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823555597500198496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496182355559750019849618235555975001984961823555597500198496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf19c88-b866-4fce-882c-403e0e0811b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2678352995805811413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413267835299580581141326783529958058114132678352995805811413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954248db-6c1b-4742-9317-51079365a1e9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7a8de6-8495-417b-998e-b43ac9ae851c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4319703665203206858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858431970366520320685843197036652032068584319703665203206858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79d123d-756f-4b5b-a8ba-d5aa2f9d4ee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18179820775305017567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567181798207753050175671817982077530501756718179820775305017567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992658720882757752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752499265872088275775249926587208827577524992658720882757752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc533e2-b598-4d9e-85da-0bb4ec809a16, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08a7c49-fe17-4bf7-8ed1-0b9b936bf268, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774271435188216335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335117742714351882163351177427143518821633511774271435188216335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9043642009797710810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810904364200979771081090436420097977108109043642009797710810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7306ed-e6c1-405a-8d97-2cb00773c37d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44710d1f-6373-4b31-a1c5-341b7b8a4350, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696596636219632824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824106965966362196328241069659663621963282410696596636219632824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5794541552571618078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078579454155257161807857945415525716180785794541552571618078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdfd389-65e9-4128-bcec-591de65ba629, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bffd66-8f0f-4804-9ccf-1e8f1ea07358, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2309549322901183250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250230954932290118325023095493229011832502309549322901183250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16920704657236531477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477169207046572365314771692070465723653147716920704657236531477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe595ca0-4cfe-4864-abba-d136ae87ba43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bc1316-3a4f-4ad4-919c-8d1f2f80ae84, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12762042937378368678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678127620429373783686781276204293737836867812762042937378368678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18023461250747789647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647180234612507477896471802346125074778964718023461250747789647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bad9061-bb47-49d7-9713-7efab34f4d53, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15246116025353418527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527152461160253534185271524611602535341852715246116025353418527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d968dab-81af-4b7a-a8fc-f7e7e2479c37, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14054383501927069014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014140543835019270690141405438350192706901414054383501927069014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3dfaa09-f871-487b-ae4e-5b60fd0ac692, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362533104163130945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945536253310416313094553625331041631309455362533104163130945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a7de14-0f66-4974-892f-1f0814c01f44, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9604083361318722127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127960408336131872212796040833613187221279604083361318722127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d95c4cc-ff62-4bfb-b6b8-6509e29037a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802382200249629971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971138023822002496299711380238220024962997113802382200249629971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2ead06-915f-4044-ac21-344635fd61fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921249056537455719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719692124905653745571969212490565374557196921249056537455719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6ebbde-8bdd-4aa9-ae6e-b37753408bda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16453723043503956319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319164537230435039563191645372304350395631916453723043503956319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadc3be7-4662-4e24-a4ff-ea1179931773, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279d1d0d-b9eb-47d6-bdfc-04c8c1571f8f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8888543880618737251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251888854388061873725188885438806187372518888543880618737251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274808131013310386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386152748081310133103861527480813101331038615274808131013310386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fced7461-04f1-4f7d-b29f-a0cd0462e45f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab568b1-88d0-486f-a0cf-e20d5719c7ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13671023427685322804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804136710234276853228041367102342768532280413671023427685322804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16334940300464282079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079163349403004642820791633494030046428207916334940300464282079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf63863-a348-4910-a854-d54158accb20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88eb5455-1c55-4e76-aee3-d9885854661c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198049844744503396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396161980498447445033961619804984474450339616198049844744503396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140215422400771204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204151402154224007712041514021542240077120415140215422400771204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54128cfe-5780-4972-abd8-57da48b3fb71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799691651379001616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616479969165137900161647996916513790016164799691651379001616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e8f4f6-6425-465a-85de-52496d194296, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041398844485336866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866130413988444853368661304139884448533686613041398844485336866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88dcbd3b-6899-4408-9111-11e369d8ee13, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18377610678697505994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994183776106786975059941837761067869750599418377610678697505994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfc5244-066b-40c7-88ab-e2db2d0be4e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18241663957039778803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803182416639570397788031824166395703977880318241663957039778803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15441a85-85ca-4449-afd8-50b1a9abe62f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d89c8f-4a46-4356-a3e3-ac48ec198e87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800845742477030833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833118008457424770308331180084574247703083311800845742477030833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5027755087278026988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988502775508727802698850277550872780269885027755087278026988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069657f8-460c-452d-8acf-563dfa998664, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b95cf7-9c94-47a6-a3eb-73b252a9f5cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4714685269358061682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682471468526935806168247146852693580616824714685269358061682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370880102877502710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710173708801028775027101737088010287750271017370880102877502710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c672188b-6fac-4821-996f-11fcb88e02b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f891750-ba99-4be7-a755-3f36dd443aae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573282606619646757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757135732826066196467571357328260661964675713573282606619646757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10393126138687611282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282103931261386876112821039312613868761128210393126138687611282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f25de2-dab3-426e-9c25-3b8f39436cf4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11154789926417926282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282111547899264179262821115478992641792628211154789926417926282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fd1a82-789d-4a67-9432-77599651801c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76dcc0d6-7bcf-4a97-898e-39b702138fcc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516069464607223337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337851606946460722333785160694646072233378516069464607223337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3376077092912667143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143337607709291266714333760770929126671433376077092912667143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a20459-6228-4f66-8ba3-945f96b1420c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d223ce81-1872-4edf-96e1-06491b246dc6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17369480126312649567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567173694801263126495671736948012631264956717369480126312649567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978179319751244053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053109781793197512440531097817931975124405310978179319751244053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 461079b1-1e26-444e-8369-76de74a8e6e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746727844071587919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919874672784407158791987467278440715879198746727844071587919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 371d20b5-a61e-4b74-9b70-a9f88e7d3e71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683454887396761537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537168345488739676153716834548873967615371683454887396761537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9f83b1-d878-4ae5-81de-6e9751aa25d2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2c8d00-9d8f-4ec6-ad21-71fbca719d9d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 436510690104751962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962436510690104751962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14594859736165825320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320145948597361658253201459485973616582532014594859736165825320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58559cb5-a5d6-494b-b857-976ef60ee1c2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3447720744924491813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813344772074492449181334477207449244918133447720744924491813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ea1eb1-1c90-4eb9-a464-7fb62f1205ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665772308267394770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770466577230826739477046657723082673947704665772308267394770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495a5843-12fa-44c7-b3fe-c30f52ee2059, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102134300170182734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734131021343001701827341310213430017018273413102134300170182734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3567828-fb5f-4f84-8f1a-30237d57222e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3202174210281930948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948320217421028193094832021742102819309483202174210281930948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ab90dc-69c6-4109-b08a-4120dcb3b512, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758936936571117244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244575893693657111724457589369365711172445758936936571117244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13177902-2e82-4e88-81c8-a432e8349846, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5743916576675570923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923574391657667557092357439165766755709235743916576675570923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d602f62a-01cc-4f0a-8f11-3f726b89a9b3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733776126734778584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584773377612673477858477337761267347785847733776126734778584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d43be3-8ff2-4abe-b2a9-0140547ee998, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13199773254820325692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692131997732548203256921319977325482032569213199773254820325692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b90427-3532-4bb6-b93f-ac5044f8cb20, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16746558279612102703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703167465582796121027031674655827961210270316746558279612102703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c078d87-a8c3-47f9-adf6-9f6715fcdfe6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17629079114838547045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045176290791148385470451762907911483854704517629079114838547045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0bd441-327c-4eba-8ff4-4a2daea2b2ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12323995031310266933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933123239950313102669331232399503131026693312323995031310266933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b69dfdc-d903-4b4b-8ae7-c14bfc8a19db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4831210408512492523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523483121040851249252348312104085124925234831210408512492523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd3424a-4f36-406e-8b73-b9af0c7dd310, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2877610731256527778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778287761073125652777828776107312565277782877610731256527778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d847f8-02fe-4606-8c64-76778699edd2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19981ae6-30b2-4652-bc83-6d476ad72eef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14933833053799155838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838149338330537991558381493383305379915583814933833053799155838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637983701778937293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293146379837017789372931463798370177893729314637983701778937293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75633a1-3fb6-4a99-8777-69ef4eb24bef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13655172638674461013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013136551726386744610131365517263867446101313655172638674461013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a7cfeb-dceb-48cc-9ea2-cc12bd3348c5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217709066776638075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075172177090667766380751721770906677663807517217709066776638075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0f0bd3-6911-491f-a30c-d5b8939b675c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9592c1e1-20b1-417e-aa26-2839e3a3b7bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9048150978521572373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373904815097852157237390481509785215723739048150978521572373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051171902158260331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331305117190215826033130511719021582603313051171902158260331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973f0e35-04c4-4725-a007-1cf5dc0eebbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16872059796425192328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328168720597964251923281687205979642519232816872059796425192328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea48ca9-6b17-4d2f-bca9-2cf426f9116d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5004cc-8303-40f0-af34-54b4ca85159d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16354070123574944350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350163540701235749443501635407012357494435016354070123574944350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355119969684657343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343153551199696846573431535511996968465734315355119969684657343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb087dec-e738-40a9-ab45-89cf8ff26881, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b893465f-ebfd-4944-88e3-d8e73839a89a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505447474601876790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790250544747460187679025054474746018767902505447474601876790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13437556475793054453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453134375564757930544531343755647579305445313437556475793054453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2607071-be7d-44d1-8ac9-eb2d59b3e406, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287729250506503783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783728772925050650378372877292505065037837287729250506503783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4590e029-7595-4811-a841-cd992cfa0abf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352502134390751621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621123525021343907516211235250213439075162112352502134390751621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdd1f319-e8ac-4883-903a-9b85f05946d0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1257311019000767293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293125731101900076729312573110190007672931257311019000767293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f6cd86-9263-436e-8e92-5d85a6460ba4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fc7b96-f806-49e7-8d19-7fb0d87bd3a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17588940026261683782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782175889400262616837821758894002626168378217588940026261683782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749893297481991404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404137498932974819914041374989329748199140413749893297481991404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67282534-252a-42a4-ba03-07e4b1887b22, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1ff104-4672-411d-930b-406c35c21913, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277764008827892491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491427776400882789249142777640088278924914277764008827892491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480817761307426933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933948081776130742693394808177613074269339480817761307426933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7059b3-0d98-47a6-8dd1-7f9c6f27f155, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7333669938945571943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943733366993894557194373336699389455719437333669938945571943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84db57a7-db91-4bf0-9222-30f4be1038a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2137585864307902777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777213758586430790277721375858643079027772137585864307902777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cda816b-2f56-466c-82cb-3d3c571ca7e4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 233528910445022820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820233528910445022820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e69d88b-481f-4538-aab4-bbade317fdad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 178216587221631820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820178216587221631820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1824da-cca9-4114-a98d-6d9c23d39f9c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449850763534540447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447124498507635345404471244985076353454044712449850763534540447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e18fa3e-4cbc-46de-9431-57456b6b8857, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e26861-d6ae-437f-9c8a-96325a740e9a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3796817107176010163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163379681710717601016337968171071760101633796817107176010163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16877675655192628307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307168776756551926283071687767565519262830716877675655192628307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc40b34-d1e4-4e98-b777-ad208d8b6e43, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35742e0e-c566-427a-b5df-67063422379b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10864247162271428220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220108642471622714282201086424716227142822010864247162271428220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17563332430290096841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841175633324302900968411756333243029009684117563332430290096841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2184d0b-4a82-468e-a0fc-e149fc9c8119, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfa8c5d-9c3e-45cb-b6f0-2beb99a52d4e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605299433944986900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900460529943394498690046052994339449869004605299433944986900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11895582639653483238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238118955826396534832381189558263965348323811895582639653483238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ed7c03-2e14-4da5-92a6-e44799f1165a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3197441519454104587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587319744151945410458731974415194541045873197441519454104587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8130cf9-2c22-44cf-998a-8aaa5736e66f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238460645307136617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617162384606453071366171623846064530713661716238460645307136617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b713898-4a4c-44a1-be59-a668075002b0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510366750853930188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188115103667508539301881151036675085393018811510366750853930188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb84edb-c21c-48fb-8968-d64a025f5f0f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869870192628635563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563286987019262863556328698701926286355632869870192628635563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515fd028-ad09-4bb6-9dc9-ad076378aae1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629074715416401007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007116290747154164010071162907471541640100711629074715416401007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02251b9b-fd13-406f-83be-3e5c578435a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11163359173611240353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353111633591736112403531116335917361124035311163359173611240353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e18687-dbb7-4eab-8439-68e1ad6babcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554733565585196534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534115547335655851965341155473356558519653411554733565585196534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8371169a-4be9-4d20-a82d-9115f09a97cf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17418810702857886959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959174188107028578869591741881070285788695917418810702857886959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cdb01f-3338-419b-9a7b-7bf60628469d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702475649546484774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774107024756495464847741070247564954648477410702475649546484774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f8f77f-30f5-4813-bfc6-6ad4d414128e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2360371683158750063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063236037168315875006323603716831587500632360371683158750063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e117062-2e8d-4569-a876-e8f810ad4909, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501993048737961127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127155019930487379611271550199304873796112715501993048737961127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d186fab-2c9d-4870-805b-d6a3961682e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7974de5-9f89-456d-af00-b28eb1b3a2aa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213805300771428132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132172138053007714281321721380530077142813217213805300771428132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606956651243783122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122116069566512437831221160695665124378312211606956651243783122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d654b7d6-7db5-4fdd-a43d-1dd69ea11d6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2150842-b69d-45c2-94ed-f583446145f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7789832538937191132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132778983253893719113277898325389371911327789832538937191132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733236129818096046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046137332361298180960461373323612981809604613733236129818096046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cafc94d4-42b1-41c4-aebc-b066c5910623, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16150792491946626239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239161507924919466262391615079249194662623916150792491946626239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0012fcf3-7e79-451c-9122-b1089e460fbb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389276641270260005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005138927664127026000513892766412702600051389276641270260005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a29a0c-febe-497b-868d-097fd42490ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3dd516-8558-4cf2-bba7-29c88341f73c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2979078926110060511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511297907892611006051129790789261100605112979078926110060511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730394045390450265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265167303940453904502651673039404539045026516730394045390450265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd80f7-315f-41b2-b955-2265f5df4083, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760eb83b-f732-4f0d-8ee0-9a7d32fa00f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413638758968005713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713154136387589680057131541363875896800571315413638758968005713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047860324467688963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963104786032446768896310478603244676889631047860324467688963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6424c439-8175-482b-8f90-3e01f5722f53, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834943055146258867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867148349430551462588671483494305514625886714834943055146258867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deeafa26-0354-4de5-8af8-87635dcbf210, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387342422964206487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487138734242296420648713873424229642064871387342422964206487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e90f4b6-1ed6-44b2-9644-ac2a52cadf0c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2953058450614231350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350295305845061423135029530584506142313502953058450614231350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ae1bb5-54b0-405c-a7a2-cf3a8ed709ca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124666143213301079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079112466614321330107911246661432133010791124666143213301079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb1f4a2-37ff-4192-8066-a26f78aedf28, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423759660966408553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553174237596609664085531742375966096640855317423759660966408553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587ac92c-3d2b-40bf-8da6-e87de6adb0fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10495498477549343265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265104954984775493432651049549847754934326510495498477549343265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac50b25e-6e7b-4e06-9343-970ccc3ed753, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265420461433492769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769122654204614334927691226542046143349276912265420461433492769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f51a65-552e-41fb-98a3-bbada37ebc26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2876152610584739697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697287615261058473969728761526105847396972876152610584739697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8767ce5-7aeb-435d-ad64-201a214228f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 721169075792398817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817721169075792398817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cacc439-b5ad-4359-9b69-100e024d2856, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011922436129015574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574150119224361290155741501192243612901557415011922436129015574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad54a1a-edaa-4dec-966d-f13e912357c3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066e2cb2-4116-45fd-8fb5-1644428e9019, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3626620036978395823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823362662003697839582336266200369783958233626620036978395823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9167842178617226358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358916784217861722635891678421786172263589167842178617226358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96c1231-e244-47b3-8fb5-7b25f2a30e31, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272068567591824146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146122720685675918241461227206856759182414612272068567591824146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd959d0f-56d5-434b-9dcd-656c2d90a911, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858673760716722816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816385867376071672281638586737607167228163858673760716722816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f551710e-a49f-46b7-b42c-5b360bcf21f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13856017321343867314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314138560173213438673141385601732134386731413856017321343867314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea3ccf9-1ce4-49fb-87e5-46f69d31b832, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358721701189773621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621235872170118977362123587217011897736212358721701189773621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51770541-0a44-4e08-9c2e-f3ecd73e433c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126120331084147684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684111261203310841476841112612033108414768411126120331084147684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53404731-82ca-4d4e-9a42-e3ac635e418d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5790903593401464010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010579090359340146401057909035934014640105790903593401464010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa0f6475-7d5c-4835-8e19-f61577f7ac51, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55d5609-ac3f-4741-8913-e6e4c4f305ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 293782876739478084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084293782876739478084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16769438936078473423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423167694389360784734231676943893607847342316769438936078473423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d81d50a-1087-4bc5-bb3b-0beeb06baec5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288364391818387139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139328836439181838713932883643918183871393288364391818387139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91acea46-af50-432c-b0d4-d0eceb7f7d0a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021938311608076896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896602193831160807689660219383116080768966021938311608076896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db55df44-7ef3-4ffd-bfba-94f3532414c6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d078ac-899a-43da-bfe6-f1b39601c650, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8408312789531972235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235840831278953197223584083127895319722358408312789531972235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193583747992280373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373193583747992280373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38f020a-052e-45e4-8c22-4834e8cd679e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ae236c-7492-4244-b90d-dbcfd667dcda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044005243952808411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411180440052439528084111804400524395280841118044005243952808411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847105076184189852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852884710507618418985288471050761841898528847105076184189852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9796c906-7418-4470-8e0f-9e1f23a8c542, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248825158123989068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068162488251581239890681624882515812398906816248825158123989068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4886220d-39b9-45a4-af02-4f4c10789419, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2509852988826501932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932250985298882650193225098529888265019322509852988826501932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7daa589-5e60-47d4-a91b-881c28cf17fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416318779167743610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610114163187791677436101141631877916774361011416318779167743610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531a5d59-a3a4-4f9c-ae76-a286d376f832, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10191278401407373378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378101912784014073733781019127840140737337810191278401407373378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6509f3-ca03-4d1a-95c6-e696b4943289, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5c7b09-5781-4816-8ce1-910b8b8ec1b9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706799423906892575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575107067994239068925751070679942390689257510706799423906892575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11480086441788188257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257114800864417881882571148008644178818825711480086441788188257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad43e098-8b10-478e-985d-57b2c0a187ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1040925132276122465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465104092513227612246510409251322761224651040925132276122465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef86c2cc-092d-4a59-8656-a46044bcbd40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297692755015816991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991152976927550158169911529769275501581699115297692755015816991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687de733-a049-459b-849d-18ab1f752d2b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545872872426035664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664654587287242603566465458728724260356646545872872426035664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55df41-d6a8-4049-866a-3250372503d9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264999744891904198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198326499974489190419832649997448919041983264999744891904198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a4400c-24eb-474a-8a2c-6a5a1bba78e8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459436933868938403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403345943693386893840334594369338689384033459436933868938403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4590aae9-2624-4096-8376-1208cb9c5da4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4806880f-1ad3-4929-952c-def7351d92b6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258782630547145864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864162587826305471458641625878263054714586416258782630547145864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17685132759526265958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958176851327595262659581768513275952626595817685132759526265958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3743cd-9753-461c-8c5a-a67240059005, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f34129-1592-41eb-9a25-3c40b96c9f3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852898922263384798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798128528989222633847981285289892226338479812852898922263384798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9636874695817620517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517963687469581762051796368746958176205179636874695817620517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f56fdf03-5804-4b53-bb38-b17efa9df15b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572816411342744272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272557281641134274427255728164113427442725572816411342744272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aad7386-07f9-4b0a-9e02-d2673d80fa38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286760456250854951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951628676045625085495162867604562508549516286760456250854951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce9f96a-1630-4ad7-a5c8-313920549319, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901898877909484535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535159018988779094845351590189887790948453515901898877909484535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4840a79-743d-4d21-9551-b565ea71d54a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e038d1-ddd4-4033-bb63-2068ccd62680, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339272223865340372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372233927222386534037223392722238653403722339272223865340372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9876114376135470467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467987611437613547046798761143761354704679876114376135470467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8f4bd9-3b81-4b7c-89ba-3ba14d30c437, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698189179312259384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384769818917931225938476981891793122593847698189179312259384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7641f05a-18be-4833-b54d-1be7dc069896, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115034166257024843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843311503416625702484331150341662570248433115034166257024843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118a095f-653d-4114-a8a4-9447214ed244, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16863460787052225822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822168634607870522258221686346078705222582216863460787052225822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b25d7f1-8635-4386-b504-eacf1fe15f71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10141667807013714376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376101416678070137143761014166780701371437610141667807013714376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a104a6-0501-4dcd-b5cc-c23f8fe35a1f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e6e633-657a-4fdc-9750-7ec367e73807, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924041373443552413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413169240413734435524131692404137344355241316924041373443552413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb12a4d-95ac-433f-8572-dfb69ed536eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13124395587038310689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689131243955870383106891312439558703831068913124395587038310689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11003026949795584961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961110030269497955849611100302694979558496111003026949795584961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c26b6342-1875-4d28-bd1d-82d34bafc4ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e0b5d7-892f-41e2-bb26-9fa3eea28a26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261836663848611829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829172618366638486118291726183666384861182917261836663848611829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729458215915620534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534117294582159156205341172945821591562053411729458215915620534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f5b9733-5d72-48f4-ad22-c2e628766d10, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986813863916647288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288698681386391664728869868138639166472886986813863916647288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec97646-e778-4490-8a37-cba1d92f0874, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490005140076691546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546349000514007669154634900051400766915463490005140076691546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296cd653-865c-4c66-acfc-ec8235998a9f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9086605824065716763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763908660582406571676390866058240657167639086605824065716763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316336b7-11da-4dcb-9e51-6e3de93cfe8b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1039cdbb-fa0d-4196-8724-2574bad137a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10442489230185636614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614104424892301856366141044248923018563661410442489230185636614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8214426675559017362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362821442667555901736282144266755590173628214426675559017362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bcfede-f3f1-4f98-ab53-07d148ca475c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16580724021574303761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761165807240215743037611658072402157430376116580724021574303761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50f3383-3987-4b51-a3e5-44f78db07309, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171511516920867614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614141715115169208676141417151151692086761414171511516920867614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb24099-037e-45ed-b788-8d547ed60b3a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10512035158511522360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360105120351585115223601051203515851152236010512035158511522360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af38ca3e-0295-44af-9389-595f1ed3f939, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953020696794965190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190139530206967949651901395302069679496519013953020696794965190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50d07c8-e8a8-4cf1-8f23-66ca6752c4f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34af01e-4a36-494a-82d2-7bc67e6fc01d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677185047070511828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828166771850470705118281667718504707051182816677185047070511828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004958586548424014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014100049585865484240141000495858654842401410004958586548424014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9d1840-de51-4058-bfb5-80ae22f80a71, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18089940708719311435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435180899407087193114351808994070871931143518089940708719311435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffcadbe-6fd3-4b3a-bbcc-bcee0ddd88db, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8283868517441196961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961828386851744119696182838685174411969618283868517441196961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6de8797-bf7b-4dd4-b668-797ebc1151fd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217436112389792269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269122174361123897922691221743611238979226912217436112389792269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f3f7f6-95ea-4765-8a3b-1ef10c149e42, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15403805490243573632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632154038054902435736321540380549024357363215403805490243573632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3561fdb5-28f4-4993-8f73-775acdf5cc59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87757932-089c-4ab3-bbfb-3ed03dabc768, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449524316497608376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376344952431649760837634495243164976083763449524316497608376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975881845774158953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953119758818457741589531197588184577415895311975881845774158953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec9cfa6-400d-45d8-bbed-7562e7e1e538, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343613561721376738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738103436135617213767381034361356172137673810343613561721376738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8df600c-d604-4620-b555-b67442b47f5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e605c0fc-1aca-4395-8f8e-afcf1a60dea5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10356143079515956840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840103561430795159568401035614307951595684010356143079515956840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269294424372580644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644182692944243725806441826929442437258064418269294424372580644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b6c5fa-32bf-4104-9b57-412d656fd7ae, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895564510687127554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554138955645106871275541389556451068712755413895564510687127554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdfb69d3-3644-4fbb-a051-4a02d1fd24b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e93ecf0-523d-4649-878f-bf9a83f3fad7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9373156558935786966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966937315655893578696693731565589357869669373156558935786966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6540951862175792308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308654095186217579230865409518621757923086540951862175792308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cea318-d408-4ec3-94b5-5fd348f89b9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15546339894759520496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496155463398947595204961554633989475952049615546339894759520496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5f282a-cd70-4b9a-a46d-72e06b8ab811, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557060702080224038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038175570607020802240381755706070208022403817557060702080224038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12822251-edbc-4be5-a717-0d51c7b2a7eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7035023222487273321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321703502322248727332170350232224872733217035023222487273321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4827b66-49f4-4471-9fbd-ac4a0a1aa419, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8363306690718970121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121836330669071897012183633066907189701218363306690718970121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c5f6b0-6691-4390-8846-8dd23c36829e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10155946011767503490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490101559460117675034901015594601176750349010155946011767503490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d9c9ed4-2766-4867-ae90-74f507953061, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755308788602769440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440157553087886027694401575530878860276944015755308788602769440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceda4f62-ae79-4924-ab6d-e342fcaef655, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16320321375271298629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629163203213752712986291632032137527129862916320321375271298629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa30f0c-d01d-4879-901d-8f56417f059e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17226921101264165438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438172269211012641654381722692110126416543817226921101264165438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2f46ab-1ff1-407d-8e8c-b339f08a0f5f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16226782782652857954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954162267827826528579541622678278265285795416226782782652857954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747e4153-8655-421a-9727-c2fac50cebca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208253302789775092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092320825330278977509232082533027897750923208253302789775092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78ad0e3-073d-41ab-8632-6b8be4782dcd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664864568313132817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817136648645683131328171366486456831313281713664864568313132817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f238a9-d6ca-421d-899b-34d86939b0ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018727925258708551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551401872792525870855140187279252587085514018727925258708551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5ef641-9a76-4af5-a8d8-78d49ae31a65, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2638411c-c6be-4396-8458-195f95e97e26, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3924346331335200062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062392434633133520006239243463313352000623924346331335200062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3672219295273301146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146367221929527330114636722192952733011463672219295273301146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e592173a-da24-4814-af68-6f90b8a98b8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15268379390782450357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357152683793907824503571526837939078245035715268379390782450357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fbeb04c-b383-4ed0-b928-3a9259d42f8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2985505732121444145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145298550573212144414529855057321214441452985505732121444145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085a7bec-47e5-4a62-af49-e44a0a82ab41, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b17629c-b8d2-4337-8fc1-6039b36ca147, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7920392474971091726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726792039247497109172679203924749710917267920392474971091726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037585280479275305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305903758528047927530590375852804792753059037585280479275305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf71d32-1588-4b58-828b-ae2f26c9babe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701805373591973778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778770180537359197377877018053735919737787701805373591973778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e34b25d-408c-4606-b12d-3d59a9fd37eb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 493637977554433303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303493637977554433303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba3c95f9-8356-4c29-a15f-93bf65a5093a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372100569533876813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813337210056953387681333721005695338768133372100569533876813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae876135-b986-4eba-8116-59a9ce55adbf, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcc0039-a471-4279-a2b8-0141ce0c9572, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6362718909386819922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922636271890938681992263627189093868199226362718909386819922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17215513526970544821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821172155135269705448211721551352697054482117215513526970544821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91fd4f6-0771-42b7-acdc-0523b80a1b85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f831ff-4f63-4c95-96cc-1ed48445c53d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308301279497982424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424530830127949798242453083012794979824245308301279497982424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348529502736355264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264153485295027363552641534852950273635526415348529502736355264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ad1a5f-5e34-4756-b1e3-8b5fc40f69b7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250293111066088426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426172502931110660884261725029311106608842617250293111066088426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748edb10-8768-4a84-a40c-8eb1a8ba1218, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13479216711836506843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843134792167118365068431347921671183650684313479216711836506843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8348cd3-57e3-47dd-b2f9-cea8baa5b44e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14423753484494021261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261144237534844940212611442375348449402126114423753484494021261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0b147e-1f36-4e46-b598-b5f2124586ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174496310835322168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168101744963108353221681017449631083532216810174496310835322168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbc9e9d-0960-492f-ad46-bb5117739ee8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8caf88f2-af5f-4709-8bf1-aa656d093f65, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14774056571816132271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271147740565718161322711477405657181613227114774056571816132271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 681368151922842539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539681368151922842539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9e2bc4-b0ae-46cb-8989-45366ee99f38, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17471225723564250232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232174712257235642502321747122572356425023217471225723564250232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56cad96-76f0-4d5a-a196-c95cb4f7cd4d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10360486560004951662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662103604865600049516621036048656000495166210360486560004951662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1a52f5-94dc-40e4-85b5-da809379a22b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121795062281506781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781412179506228150678141217950622815067814121795062281506781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b08fcf3-5369-48a1-bebb-29f9530a806c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3d4fb0-faec-4451-8b85-5ac56d6b0062, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144597609745593863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863514459760974559386351445976097455938635144597609745593863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870508469071025558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558158705084690710255581587050846907102555815870508469071025558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1f81dc-64cd-4d4e-8d63-b135ba46ff3f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13318212762215401148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148133182127622154011481331821276221540114813318212762215401148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36dff1fd-28bf-4bd1-99a0-7aa49862ad5c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3438595837067430097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097343859583706743009734385958370674300973438595837067430097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4a1826-4493-48f2-afba-f52c936f7c17, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11904464840334458531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531119044648403344585311190446484033445853111904464840334458531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9abdbc3-de16-424f-a100-a73aaacf8d3e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5042309960125101942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942504230996012510194250423099601251019425042309960125101942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31751ce3-6914-4fe3-b5b9-237430475ace, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15724728953927999195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195157247289539279991951572472895392799919515724728953927999195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5232868-e138-4143-b37a-a20daf291914, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11386814880179032352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352113868148801790323521138681488017903235211386814880179032352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc351cdf-c38f-4ce7-b82b-b3ca7ef360ab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438235423096229292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292154382354230962292921543823542309622929215438235423096229292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d427c62b-bbd7-4bc7-b341-82ca9836d9ef, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709786944933377110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110107097869449333771101070978694493337711010709786944933377110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959cd23b-c050-43e9-bb3a-7222476f5241, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21ae8bf-9617-4c23-9b8d-bc4713b23611, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782636677021674729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729578263667702167472957826366770216747295782636677021674729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584649924078415070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070105846499240784150701058464992407841507010584649924078415070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f1ad04-fb1d-4bdc-9869-3599a979ced1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18052734948030845610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610180527349480308456101805273494803084561018052734948030845610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6ee847-699a-4de7-b6c3-24c934a562a4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6641340-1604-4b0b-bb93-27d8c10d4898, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8773784554526962908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908877378455452696290887737845545269629088773784554526962908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15468392241880162351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351154683922418801623511546839224188016235115468392241880162351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd06d20-e89b-4ed0-bddb-a07d83967af9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095776598095586619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619309577659809558661930957765980955866193095776598095586619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba33582-6400-400e-a2f5-22362527ce1c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8815252716821411468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468881525271682141146888152527168214114688815252716821411468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451fc5b6-925e-4b8b-831f-ce5cce4bb4ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13799793828158396469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469137997938281583964691379979382815839646913799793828158396469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24636f9-afe2-466f-8aa7-305d21e5fba1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121842520127853965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965151218425201278539651512184252012785396515121842520127853965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e8d1da-8504-4d02-8a7e-dc1fa216ff05, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6459655548434445439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439645965554843444543964596555484344454396459655548434445439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2607cc56-b37f-4858-b9b4-5552b27b2d36, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14423613372275608524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524144236133722756085241442361337227560852414423613372275608524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e38e57d-ad24-4051-a2ed-283f3e6c9f6f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15341147723300564024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024153411477233005640241534114772330056402415341147723300564024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d84bb8-eac2-49bc-9d9e-860c2ae737ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5acc159-2cc7-4e78-9967-75139a01b796, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010548257648772294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294140105482576487722941401054825764877229414010548257648772294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711664197140775405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405471166419714077540547116641971407754054711664197140775405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75434fae-a5f5-4124-96cf-7e1f6f76a5c7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d93be12-82d1-485f-8be2-5a28d0ac8269, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3753169962713678170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170375316996271367817037531699627136781703753169962713678170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8824599994020843411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411882459999402084341188245999940208434118824599994020843411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c68872-ddf2-4a77-9610-75baef8599d4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5a99cb-b000-4cd8-87c3-32bf5689f647, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8128021571046417388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388812802157104641738881280215710464173888128021571046417388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293647776773842884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884142936477767738428841429364777677384288414293647776773842884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1967c889-5f33-4f24-b9a7-0df3b0c66c8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309411053996267452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452130941105399626745213094110539962674521309411053996267452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589a0dee-f46b-42f2-96c1-748ea87d3213, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16291227359527215141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141162912273595272151411629122735952721514116291227359527215141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f12bcc8-e527-456f-aab5-92da0b6fbb8c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16339595205830623925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925163395952058306239251633959520583062392516339595205830623925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad620e7-1a0b-4207-b2c0-6b99701c29a2, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752304726659480187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187157523047266594801871575230472665948018715752304726659480187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6821e5ec-9621-4107-b189-217d1a8b8e54, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30ca4da-c5ae-44ad-bfb6-92469f7b94a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619104399669249565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565146191043996692495651461910439966924956514619104399669249565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449448875469957276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276124494488754699572761244944887546995727612449448875469957276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f62e8c9e-b806-4cee-8e84-c8b68a55be74, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97a529f-810f-4f2f-8a68-b801808dc4d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6427390900194007866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866642739090019400786664273909001940078666427390900194007866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005868349415422464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464110058683494154224641100586834941542246411005868349415422464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa81eaf-1c27-43be-8a5b-e74818471a01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776506324545286028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028377650632454528602837765063245452860283776506324545286028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3e1034-d43a-4829-8ad9-d27f316235f1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8305883075696475567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567830588307569647556783058830756964755678305883075696475567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30428c3-dd6c-4fe3-952f-95eab6b31531, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6d52e0-9c05-4b5f-aa27-cc885de60ac0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11127445191788116855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855111274451917881168551112744519178811685511127445191788116855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559026483038844266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266755902648303884426675590264830388442667559026483038844266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6670851-bab3-4db0-a2ce-9b6593ed23de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c08f679-8810-40a0-bb4d-fa402e30cfed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921302965311665424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424159213029653116654241592130296531166542415921302965311665424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165764154833969043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043171657641548339690431716576415483396904317165764154833969043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41fdeb0-3cd5-4bcb-ab66-59834881f0e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7130051701947966753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753713005170194796675371300517019479667537130051701947966753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f502ee-1dc8-49d5-9c5b-943ba271514f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3111445111776559707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707311144511177655970731114451117765597073111445111776559707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d14ce1-5570-4911-8978-9dcedf513ae4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ce2785-acf0-4ffd-8e73-1bb99619d6f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241388770938592172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172122413887709385921721224138877093859217212241388770938592172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267309672421345037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037526730967242134503752673096724213450375267309672421345037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a2c7c8-d61b-44fe-a383-b16928b19279, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695712948098168511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511969571294809816851196957129480981685119695712948098168511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae527b8-e277-418f-be5e-2ea3d9859bfb, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59f0aec-3d4e-4486-8ee7-a5caf5066a55, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4816895750090430632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632481689575009043063248168957500904306324816895750090430632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6471253982849761784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784647125398284976178464712539828497617846471253982849761784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9656f8d9-8520-40cc-bb7d-5e40e7358c67, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18108311747957452499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499181083117479574524991810831174795745249918108311747957452499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c3cdff-381d-4dc5-8541-9539b7da95d1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660848320694838549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549166084832069483854916608483206948385491660848320694838549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb03306-a971-4ac5-b4c8-78ae73074e92, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbacc66b-3dfa-41e8-ab81-b91225de5c00, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200693248480385987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987120069324848038598712006932484803859871200693248480385987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428157073891620507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507144281570738916205071442815707389162050714428157073891620507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 178acdb2-1c07-4917-8675-28de576ec8d6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15435949381930280537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537154359493819302805371543594938193028053715435949381930280537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522bd1f2-d0c4-4748-9b90-20a902b81814, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68b4561-4d55-41ae-a76a-853beb75b80b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136215452796344372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372413621545279634437241362154527963443724136215452796344372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784454341432378539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539978445434143237853997844543414323785399784454341432378539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8b604a-72b4-499f-bbde-a3f58220c97f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118047164055247790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790111180471640552477901111804716405524779011118047164055247790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058afdd3-33b6-4e12-99f7-3b2cc090ba07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375c5086-2ae7-4f03-b3b7-d1bb31977de0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335634262088605075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075233563426208860507523356342620886050752335634262088605075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9582048784943037348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348958204878494303734895820487849430373489582048784943037348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a360993c-786d-4989-a3ba-54b214ec48d3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328039844394709881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881183280398443947098811832803984439470988118328039844394709881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa6dcdd-6cf8-4bf0-83be-5a2d5a409f9b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6340749494719700200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200634074949471970020063407494947197002006340749494719700200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d51e9ea-93eb-4487-84f9-3e953086b90b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 523534570665847409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409523534570665847409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319ea746-5ca4-44a3-8b19-224d440a0c72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c71beb-2d67-4681-9091-f90193a1b3ff, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3847426233558426159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159384742623355842615938474262335584261593847426233558426159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491464259893866565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565154914642598938665651549146425989386656515491464259893866565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c976b0-9d43-49a0-87db-3150a12d9114, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8972102741238082601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601897210274123808260189721027412380826018972102741238082601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0668849a-2130-4218-84d5-6f8f6ee84c7a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390863585287538728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728133908635852875387281339086358528753872813390863585287538728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d5b151-c338-4077-93a2-b8f11542b3f6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3311029823152244504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504331102982315224450433110298231522445043311029823152244504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c145d6bf-a823-48df-a91f-71345434443c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16018047505095968826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826160180475050959688261601804750509596882616018047505095968826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a6d260-9328-45e0-81e1-4a21f66c233e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266342760480900555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555426634276048090055542663427604809005554266342760480900555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfe61a4-e1fc-488d-8514-fd71bdc9e304, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890388117247385501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501128903881172473855011289038811724738550112890388117247385501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a8d583-9f3e-44b0-a05b-5470799fe65d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608238776216136464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464160823877621613646416082387762161364641608238776216136464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49f5826-0e06-43e0-9785-3aed75488617, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476968912038064288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288174769689120380642881747696891203806428817476968912038064288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93f1a1d-c9c5-4526-83cb-0c7134d84904, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9426797174828498665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665942679717482849866594267971748284986659426797174828498665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec6742a-21ce-4a2d-9315-806826a08f96, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3799274127969874545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545379927412796987454537992741279698745453799274127969874545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305c47c7-f2d5-417f-99fb-0d267f61a6a1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813241550801750841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841108132415508017508411081324155080175084110813241550801750841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02afa28d-51d2-49ef-b6fa-cd5f680ebc64, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886978999779422412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412118869789997794224121188697899977942241211886978999779422412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb43828-dc4f-46c0-b9d4-933bdea8a530, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658685070828083919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919865868507082808391986586850708280839198658685070828083919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451d17f0-c86a-4492-b57c-58b1c1604075, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937879739279882764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764193787973927988276419378797392798827641937879739279882764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac88aa26-4223-49d7-ae1d-65efa21c8bf9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8f5314-ca96-45b3-89c6-907596368f09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652492215353072016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016652492215353072016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edd6f99-92da-4eb5-9486-26d8abc73bfd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894512000675762814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814108945120006757628141089451200067576281410894512000675762814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134446800797194707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707151344468007971947071513444680079719470715134446800797194707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d64362-cd06-457a-a725-43677a934457, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e3dbff-c02c-47bf-98d8-15c8a7a643da, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18307250567900037076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076183072505679000370761830725056790003707618307250567900037076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14034428352624010846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846140344283526240108461403442835262401084614034428352624010846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bbd0563-8f4d-45f3-8652-d9b3e13cc09c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14791818538195180639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639147918185381951806391479181853819518063914791818538195180639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e99d56-a175-45de-93e8-869b191425ac, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12096554562106385684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684120965545621063856841209655456210638568412096554562106385684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3b9524-66e4-4db5-852f-25c4f9866b40, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704131779870517760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760704131779870517760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929c4614-19d9-40c6-ab4f-c7e05a7fef59, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667787906198277765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765966778790619827776596677879061982777659667787906198277765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4566c3fd-538e-4350-9cce-0a7dd3a45c18, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17835173594919565766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766178351735949195657661783517359491956576617835173594919565766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4285fd0-67e1-421b-acde-baea5e751afd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241923864521753929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929132419238645217539291324192386452175392913241923864521753929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894eb362-0f35-4361-8f7e-9504446b3073, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed703d2-e673-4ba6-b9e3-1e6a93f981f8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091687990568182902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902809168799056818290280916879905681829028091687990568182902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548032735866961551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551354803273586696155135480327358669615513548032735866961551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d2c127-ae51-4eed-b64d-22a32c386dc3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7163580764289480033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033716358076428948003371635807642894800337163580764289480033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a283ce4-ed0f-4b04-9c38-75632575aba1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d26c1c-72b6-4c31-8a82-6bfd836e6bd0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237019550658771249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249123701955065877124912370195506587712491237019550658771249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17433314351192802007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007174333143511928020071743331435119280200717433314351192802007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a777a98-2981-4471-a393-69d2ce11f1d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e17853-db14-4015-b471-f3d889589d87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15041778989257182936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936150417789892571829361504177898925718293615041778989257182936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9111773796226746961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961911177379622674696191117737962267469619111773796226746961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3af6f88-f111-42cd-a842-16986c6ff381, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10921011204620510465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465109210112046205104651092101120462051046510921011204620510465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb717f95-1f65-4ee3-9696-9dc32a401437, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10197158190549847933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933101971581905498479331019715819054984793310197158190549847933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6e5afa-91b0-4159-b240-7c9c8f0c4ce1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8728100525105505143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143872810052510550514387281005251055051438728100525105505143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb0b304b-537c-477e-94cd-4c7ffc81bd2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af41895-3af9-49d1-9aac-fed3a27f478d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332159950985568402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402733215995098556840273321599509855684027332159950985568402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 888502685739676210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210888502685739676210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ecdf0b-5e39-41f9-b9d6-f423402bba79, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470180177004141115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115347018017700414111534701801770041411153470180177004141115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13598cd-732e-4bc2-a3d5-839fb3e5a814, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5564650995411160168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168556465099541116016855646509954111601685564650995411160168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1896192b-3997-4805-b27c-f44cb0cdcf2f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07815112-c459-4d69-8188-11f7c578c6ed, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15988034508253184580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580159880345082531845801598803450825318458015988034508253184580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14572834868868191086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086145728348688681910861457283486886819108614572834868868191086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3a5a65-dff4-43e8-aea6-7a00156b3a72, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889998453264783018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018188999845326478301818899984532647830181889998453264783018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60ef75d-204f-4f61-881a-e884fa9519b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4504548283963293019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019450454828396329301945045482839632930194504548283963293019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda5b8e7-01d3-4d8d-9733-c508103709b5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73368c7c-e808-446c-9106-0921a5dfe031, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1607487425650977621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621160748742565097762116074874256509776211607487425650977621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153992292038239138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138915399229203823913891539922920382391389153992292038239138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6475451-58f3-4d95-8465-c50aafe67095, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14109158394758073174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174141091583947580731741410915839475807317414109158394758073174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 230d447a-ec2f-4462-a14e-b15737fb99de, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4748717566906255941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941474871756690625594147487175669062559414748717566906255941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db65aaf-8daa-47f7-8377-25ada4433362, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7146212251880550897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897714621225188055089771462122518805508977146212251880550897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22d4baad-dd5b-45c2-ac01-90771951eaba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157824404392520953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953315782440439252095331578244043925209533157824404392520953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a67b291-f412-4057-b7a3-415cf05cc333, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dcf14c-e71e-416a-9b06-9ae14d8acdbe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033364435839474743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743130333644358394747431303336443583947474313033364435839474743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180303529116915828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828131803035291169158281318030352911691582813180303529116915828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c0511e-cea6-48bd-9cff-46260e9f4aa3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c6d670-58ec-4d6b-a253-8b1a8f2e4959, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14859426092710532396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396148594260927105323961485942609271053239614859426092710532396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11316965364190824426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426113169653641908244261131696536419082442611316965364190824426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6d36a3-6241-43e4-854a-18c7b7884a6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249454d1-c3bd-4903-9e3f-3b3b99c0f5df, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941846593677725316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316894184659367772531689418465936777253168941846593677725316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717779242070190794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794771777924207019079477177792420701907947717779242070190794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94d13b2-6131-4662-9fc0-e8325dc9d616, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863366135314836071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071786336613531483607178633661353148360717863366135314836071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26fa4a9e-eb6e-47bf-8d5f-d4136929a5fe, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12409158484165056283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283124091584841650562831240915848416505628312409158484165056283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b797372e-791c-43e3-9486-f1c7da54602c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013e67af-1e17-42fb-8b8e-7a726f7c3c52, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659701235027950229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229136597012350279502291365970123502795022913659701235027950229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12611814776051001074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074126118147760510010741261181477605100107412611814776051001074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076b4e1-a1f1-4a6c-bd1d-851f5639c7f9, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246522504266997266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266246522504266997266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8266a6-0189-45ff-884c-72f738e7ed0d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0be60a-68f1-4126-a3d5-33b00966d70b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466262294787334209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209146626229478733420914662622947873342091466262294787334209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7500715891728326668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668750071589172832666875007158917283266687500715891728326668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5b70ce-6400-446f-a373-32c01b9a3921, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7257c379-2110-47e0-9df7-435d7a848dbc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448200895830032818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818944820089583003281894482008958300328189448200895830032818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677314950919423633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633166773149509194236331667731495091942363316677314950919423633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e956c-9ecd-47f9-a7d8-3b1c83b2df12, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c080f7f1-f2ef-4c05-b18c-bc18849a9da8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15671177074810979398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398156711770748109793981567117707481097939815671177074810979398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 996338740318077327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327996338740318077327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6c57b0-d141-4623-86f7-bf0d733f3dd5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707742190997026807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807570774219099702680757077421909970268075707742190997026807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd60c4f-2085-4134-9782-9f3b0aceda85, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640286240806094431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431964028624080609443196402862408060944319640286240806094431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dabbdf0-ed87-4faf-9413-80bf589aa067, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081054811526226831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831408105481152622683140810548115262268314081054811526226831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f36300c-a647-4793-bc14-0956e17f5473, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df263ca-e80c-4d25-ba94-eb8bcb299e6e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958644790163142243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243895864479016314224389586447901631422438958644790163142243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12247088805596664759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759122470888055966647591224708880559666475912247088805596664759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0d806f-6d69-42d6-bb1d-2a693d678f23, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6589401963575958533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533658940196357595853365894019635759585336589401963575958533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9faf677-b8bb-4faa-8f21-c7c795a9b42f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154971008426892569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569171549710084268925691715497100842689256917154971008426892569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fd3a01-ca87-4185-afe9-ea1503360193, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869870383011926242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242386987038301192624238698703830119262423869870383011926242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7285c5-c1ee-43dc-883a-d5dea48ff6ba, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7798482848416167198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198779848284841616719877984828484161671987798482848416167198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74de02c9-9402-47ca-8d11-77c83906f20b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571843185961275931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931257184318596127593125718431859612759312571843185961275931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904bd52d-cc3e-40c6-887d-9b886cdd583d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225361791332395019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019225361791332395019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8246ba5d-11dd-4443-8c7a-3e5cca7e6d01, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314785957568411923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923531478595756841192353147859575684119235314785957568411923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2509b851-14a0-40e8-90c2-3ee745ec68bd, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 692740171653975029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029692740171653975029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f6db24-773b-446e-9656-1a7e500a20f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332174508939090676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676173321745089390906761733217450893909067617332174508939090676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a259f152-7563-46de-abd5-2aea28bb8688, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596698603785237004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004165966986037852370041659669860378523700416596698603785237004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9210b1e0-5aaf-406c-baea-c02b433e94fa, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c36b929-1f0a-487f-9d56-186a837fae87, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527538048950549764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764125275380489505497641252753804895054976412527538048950549764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13779526665057040026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026137795266650570400261377952666505704002613779526665057040026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c488bb99-e55c-44fa-9074-f4cad496962b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b6eeb1-269d-4f90-86c8-d2cee8f5e9ad, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135090983819171486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486613509098381917148661350909838191714866135090983819171486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523830088914548719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719135238300889145487191352383008891454871913523830088914548719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904ed758-758f-4233-a3d4-23535ac83666, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966f94a7-3401-4873-9fc3-bbb1b37d3be1, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5288245871180602254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254528824587118060225452882458711806022545288245871180602254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074674984244518262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262907467498424451826290746749842445182629074674984244518262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9983ff-8d78-48ed-b9cb-7048dae753ea, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebfc215-cb3d-4dd3-8ae2-b4adbd58c5a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073912257923831094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094307391225792383109430739122579238310943073912257923831094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509624711814458841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841165096247118144588411650962471181445884116509624711814458841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50aca12f-f117-48e4-8a0f-617fe57962ee, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595598870020893018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018659559887002089301865955988700208930186595598870020893018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8ea54f-fb8c-4a8e-977f-fa77cf9156a7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2646068155731083318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318264606815573108331826460681557310833182646068155731083318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9fcc176-775e-4fb6-ad3b-0bcf5d3ab2a6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128309193076715231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231101283091930767152311012830919307671523110128309193076715231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e81a1d-3a03-40b5-a418-9689ad42e239, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12387187300383276145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145123871873003832761451238718730038327614512387187300383276145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6cd5bb-f518-4141-a691-74ff152e3aab, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 958319df-e555-46a8-9891-87cd03a745a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1439473155713665988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988143947315571366598814394731557136659881439473155713665988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009609460151156469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469110096094601511564691100960946015115646911009609460151156469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0c5aca-c417-4a6d-8b60-d0d75e36afda, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10981252791529733067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067109812527915297330671098125279152973306710981252791529733067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e8dbb0-c625-44a8-bb77-67ede6ff7872, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15674626217912616655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655156746262179126166551567462621791261665515674626217912616655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb130d8-d304-4a5b-8019-19a85fee7021, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 69243888171437347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347692438881714373476924388817143734769243888171437347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b364907-d511-417a-9b51-8e4457bdf7cc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302016078918105357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357173020160789181053571730201607891810535717302016078918105357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907efa68-3f8b-4fcf-9641-7af8a9e64736, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623239624935959055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055462323962493595905546232396249359590554623239624935959055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb436e7-8c02-4ff7-9e9a-a92f75d5a04c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423175819015216680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680742317581901521668074231758190152166807423175819015216680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e237fc3d-75b1-4caa-94a7-d117290ea1fc, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259248109797217028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028925924810979721702892592481097972170289259248109797217028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a235a8-0e38-47e0-bdc0-eb5d9729e545, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10685619497972363215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215106856194979723632151068561949797236321510685619497972363215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3baf6ce8-07c5-4e58-a183-6adb98100d48, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242897223146053394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394102428972231460533941024289722314605339410242897223146053394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5e084-4eee-45f5-88d8-abb616322d8d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663442054540384277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277126634420545403842771266344205454038427712663442054540384277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad8e244-018b-4279-bb9c-0fc8d54eeba5, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939556959602212209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209149395569596022122091493955695960221220914939556959602212209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90980b2-0f75-405b-b39b-177cd8381815, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2751133076780954987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987275113307678095498727511330767809549872751133076780954987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca446d8-aaf3-414b-a971-beabbc39bff7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8854950546380290417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417885495054638029041788549505463802904178854950546380290417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cd0416-28f7-44df-9092-80bab3b35d57, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170076580428552875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875717007658042855287571700765804285528757170076580428552875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ca0d1a-6653-4216-a171-c82ba1caaa5e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14452918420165055413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413144529184201650554131445291842016505541314452918420165055413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee2bb4c2-8d83-45a0-8de2-454b47bf65f4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10593922655062571773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773105939226550625717731059392265506257177310593922655062571773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f12a2e0c-9335-4dac-be61-be460ebe8590, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17220499064003041040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040172204990640030410401722049906400304104017220499064003041040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a6df6c-5752-4459-b79d-d15c1133e8f7, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833213021299162886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886183321302129916288618332130212991628861833213021299162886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe285f6c-c218-4b20-98b4-d276d4acc53b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828474361944266489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489138284743619442664891382847436194426648913828474361944266489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96553bcb-f1e4-4e57-ad93-9c1c75ab733e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11624054188515414383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383116240541885154143831162405418851541438311624054188515414383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81ffdd1-e21d-4637-9f5e-06083ad4cc09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 723854312649707320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320723854312649707320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8483ad86-80c3-4102-8677-c00a12030192, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa88702-224f-4590-835d-ccb86323aa09, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473376018334237593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593247337601833423759324733760183342375932473376018334237593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1168c1f7-c410-4334-a541-55f30194f658, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10560602887829344087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087105606028878293440871056060288782934408710560602887829344087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3668926216171703571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571366892621617170357136689262161717035713668926216171703571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d7a7e2-3ff3-4de4-9c1e-899e49e62529, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810109268950515144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144118101092689505151441181010926895051514411810109268950515144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74973789-ea8d-4de4-b035-214057d7e0e6, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472446788035262550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550124724467880352625501247244678803526255012472446788035262550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519b62d3-f54a-4e56-a1b9-c2bf4da0f708, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 863948958215640108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108863948958215640108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797bb9d1-9ffa-4ea9-8507-47f0638e085e, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966543756242868253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253149665437562428682531496654375624286825314966543756242868253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960e7fbb-d7d2-49f0-8ca7-97089b8b6c8a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1395984284885505374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374139598428488550537413959842848855053741395984284885505374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7a3cea-7a53-4148-a1a4-fc74b7962ac4, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10764703296842060145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145107647032968420601451076470329684206014510764703296842060145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d0b8fd-8324-4ddc-9a53-f52bc1463f6b, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998869846654009759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759179988698466540097591799886984665400975917998869846654009759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b431b9a3-d00c-467c-8180-a02255feb221, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059365873390239014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014605936587339023901460593658733902390146059365873390239014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e87e20b8-b783-4cc4-9d1d-268e480345a8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548229750506777958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958454822975050677795845482297505067779584548229750506777958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7c77d6-4e55-44f1-a790-a9012da288a3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3204831876721978825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825320483187672197882532048318767219788253204831876721978825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee64ff8-5ce3-4e52-b156-9c4a513f2d07, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946309367521048121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121694630936752104812169463093675210481216946309367521048121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce88c1c-07fd-4556-a912-7e06792ed039, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990f7aef-98e5-4fde-830a-20a1321019e3, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5141389662099796933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933514138966209979693351413896620997969335141389662099796933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013594298234187453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453901359429823418745390135942982341874539013594298234187453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b871a2a7-05dd-4912-afe3-cd32803473d8, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052388351862432184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184405238835186243218440523883518624321844052388351862432184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecfe8a73-3e6a-4844-b316-4d468e11355d, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 272658022353884742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742272658022353884742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef49e6c2-cd24-475c-abb8-155be02361c0, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1133308025744806340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340113330802574480634011333080257448063401133308025744806340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a892ae74-7cd0-47f7-99a1-12621855396f, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13681829547401646714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714136818295474016467141368182954740164671413681829547401646714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bb28a0-2c7d-407d-b646-6fdf02f42860, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1623955916011117182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182162395591601111718216239559160111171821623955916011117182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e282eb-4bcc-4d72-8499-319576fa229c, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15583773041481781726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726155837730414817817261558377304148178172615583773041481781726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd3f012-8a32-4f10-b2c7-378fbcd3ebca, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5611897501622386067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067561189750162238606756118975016223860675611897501622386067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1a2c9d-4b9a-41e7-85b4-f7d17b651540, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75075363-8475-4b2d-b832-d7c3905b460a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=OWU4NjE4MWEtYTQwYTU2OWEtYjYzZjhkNmEtZWZkZjA3MjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18015205705747474256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256180152057057474742561801520570574747425618015205705747474256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): request = { session_id: "ydb://session/3?node_id=50003&id=NTBkZmIzZDQtY2Q1ZjU2MDQtMjMxMGVmYzgtMzY1OGRkMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153056442459529651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651715305644245952965171530564424595296517153056442459529651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9692b055-fb9c-42ee-9498-36f445e228be, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a72170>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0636f42-46bd-443d-9f7f-2e0bff811d76, ghrun-jccq4ohuyu.auto.internal:19059): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b97e9c35-946d-4762-9739-8388c469339a, ghrun-jccq4ohuyu.auto.internal:19059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e1ffb577-63e0f7e5-eec6d321-378846bd" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c0e31a4e0f0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4654/3
============================== slowest durations ===============================
177.95s teardown test_encryption.py::TestEncryption::test_simple_encryption
167.15s call     test_encryption.py::TestEncryption::test_simple_encryption
52.83s setup    test_encryption.py::TestEncryption::test_simple_encryption
=========================== short test summary info ============================
FAILED test_encryption.py::TestEncryption::test_simple_encryption - ydb.tests.library.harness.daemon.DaemonError: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/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, 2 sessions to shutdown
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
Current KQP shutdown state: spent 3.032391 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 6.075735 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 9.123989 seconds, 2 sessions to shutdown
GRpc shutdown warning: left infly: 4, spent: 3.463951 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 6.865678 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 10.253452 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 13.668953 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 17.119469 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 20.514626 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 24.012756 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 4, spent: 27.421644 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 4, spent: 30.000319 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1463584==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 31022 byte(s) in 2 object(s) allocated from:
#0 0x00001faab964 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x00003460d5d0 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x00003460d5d0 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x000034708d27 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
#4 0x000034708d27 in grpc_core::Arena::CreateWithAlloc(unsigned long, unsigned long, grpc_event_engine::experimental::MemoryAllocator*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:71:26
#5 0x000034714f1a in grpc_core::FilterStackCall::Create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:819:46
#6 0x000034734056 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
#7 0x000034e977ec in grpc_core::Server::ChannelData::AcceptStream(void*, grpc_transport*, void const*) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1243:29
#8 0x000034a55c47 in grpc_chttp2_parsing_accept_stream(grpc_chttp2_transport*, unsigned int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:852:3
#9 0x000034ad041d in init_header_frame_parser(grpc_chttp2_transport*, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:640:9
#10 0x000034acb2ac in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
#11 0x000034acb2ac in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:323:13
#12 0x000034a6aded in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
#13 0x000034653506 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
#14 0x00003462e3b4 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
#15 0x0000348010b4 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#16 0x0000348010b4 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#17 0x0000347fcc88 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#18 0x0000348209c8 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#19 0x0000347db478 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#20 0x000034ec109e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#21 0x0000345e320f in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#22 0x0000345e320f in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#23 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#24 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#25 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#26 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
#27 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#28 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1728 byte(s) in 2 object(s) allocated from:
#0 0x00001faabd5c in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
#1 0x00003460d594 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
#2 0x00003471a548 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
#3 0x00003471ebdd in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
#4 0x00003471ebdd in grpc_core::FilterStackCall::BatchControl::ReceivingInitialMetadataReady(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1415:11
#5 0x000034739a8e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
#6 0x000034739a8e in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::$_0::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
#7 0x000034e9a583 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
#8 0x000034e9a583 in grpc_core::Server::CallData::RecvInitialMetadataReady(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1622:3
#9 0x00003462e37e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#10 0x00003462e37e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#11 0x0000348010b4 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#12 0x0000348010b4 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#13 0x0000347fcc88 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#14 0x0000348209c8 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#15 0x0000347db478 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#16 0x000034ec109e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#17 0x0000345e320f in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#18 0x0000345e320f in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#19 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#20 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#21 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#22 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
#23 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#24 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#25 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000042513f01 in MakeIntrusive<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer> >, NKikimr::NGRpcService::TGRpcYdbTableService *, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > > *, grpc::ServerCompletionQueue *&, (lambda at /-S/ydb/services/ydb/ydb_table.cpp:89:5), void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > >::*)(grpc::ServerContext *, Ydb::Table::CreateSessionRequest *, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse> *, grpc::CompletionQueue *, grpc::ServerCompletionQueue *, void *), const char (&)[14], TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger> > &, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock> > > /-S/util/generic/ptr.h:834:12
#2 0x000042513f01 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
#3 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
#4 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
#5 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
#6 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00004254b60c in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:12
#2 0x0000425499a2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
#3 0x000042547582 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
#4 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#5 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#6 0x00003b6fd6bc 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
#7 0x00003b6fd6bc 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
#8 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#9 0x00003b6fd6bc 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
#10 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#11 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#12 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#13 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
#14 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00004254ca1a in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
#2 0x00004254b881 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcYdbTableService*&&, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*&)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
#3 0x0000425499a2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
#4 0x000042547582 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
#5 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#6 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#7 0x00003b6fd6bc 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
#8 0x00003b6fd6bc 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
#9 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#10 0x00003b6fd6bc 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
#11 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#12 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#13 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#14 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
#15 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#16 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#17 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00004254ca1a in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
#2 0x000042537a65 in NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequest(NKikimr::NGRpcService::TGRpcYdbTableService*, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service>>>>>>>>>>>>>>>>>>>>>>>>>::*)(grpc::ServerContext*, Ydb::Table::CreateSessionRequest*, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:598:11
#3 0x000042513feb in MakeIntrusive<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequest<Ydb::Table::CreateSessionRequest, Ydb::Table::CreateSessionResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer> >, NKikimr::NGRpcService::TGRpcYdbTableService *, Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > > *, grpc::ServerCompletionQueue *&, (lambda at /-S/ydb/services/ydb/ydb_table.cpp:89:5), void (Ydb::Table::V1::TableService::WithAsyncMethod_CreateSession<Ydb::Table::V1::TableService::WithAsyncMethod_DeleteSession<Ydb::Table::V1::TableService::WithAsyncMethod_KeepAlive<Ydb::Table::V1::TableService::WithAsyncMethod_CreateTable<Ydb::Table::V1::TableService::WithAsyncMethod_DropTable<Ydb::Table::V1::TableService::WithAsyncMethod_AlterTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTable<Ydb::Table::V1::TableService::WithAsyncMethod_CopyTables<Ydb::Table::V1::TableService::WithAsyncMethod_RenameTables<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTable<Ydb::Table::V1::TableService::WithAsyncMethod_ExplainDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_PrepareDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteDataQuery<Ydb::Table::V1::TableService::WithAsyncMethod_ExecuteSchemeQuery<Ydb::Table::V1::TableService::WithAsyncMethod_BeginTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_CommitTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_RollbackTransaction<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeTableOptions<Ydb::Table::V1::TableService::WithAsyncMethod_StreamReadTable<Ydb::Table::V1::TableService::WithAsyncMethod_ReadRows<Ydb::Table::V1::TableService::WithAsyncMethod_BulkUpsert<Ydb::Table::V1::TableService::WithAsyncMethod_StreamExecuteScanQuery<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalDataSource<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeExternalTable<Ydb::Table::V1::TableService::WithAsyncMethod_DescribeSystemView<Ydb::Table::V1::TableService::Service> > > > > > > > > > > > > > > > > > > > > > > > >::*)(grpc::ServerContext *, Ydb::Table::CreateSessionRequest *, grpc::ServerAsyncResponseWriter<Ydb::Table::CreateSessionResponse> *, grpc::CompletionQueue *, grpc::ServerCompletionQueue *, void *), const char (&)[14], TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger> > &, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock> > > /-S/util/generic/ptr.h:834:16
#4 0x000042513feb in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
#5 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
#6 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
#7 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
#8 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#9 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#10 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#11 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#12 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#13 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#14 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#15 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#16 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#17 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 608 byte(s) in 2 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003b7a6876 in MakeIntrusive<NKikimr::NGRpcService::TYdbCounterBlock, TDefaultIntrusivePtrOps<NKikimr::NGRpcService::TYdbCounterBlock>, const TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters> > &, const char *&, const char *&, bool &> /-S/util/generic/ptr.h:834:12
#2 0x00003b7a6876 in NKikimr::NGRpcService::TServiceCounterCB::operator()(char const*, char const*, bool) const /-S/ydb/core/grpc_services/counters/counters.cpp:678:18
#3 0x000042513ee2 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
#4 0x0000425345c9 in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(grpc::ServerCompletionQueue*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/core/grpc_services/base/base_service.h:73:9
#5 0x000042534d2d in NKikimr::NGRpcService::TGrpcServiceBase<Ydb::Table::V1::TableService>::InitService(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>>>> const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, unsigned long) /-S/ydb/core/grpc_services/base/base_service.h:68:9
#6 0x00003b6f5613 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
#7 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

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

Indirect leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00002021214b in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
#2 0x00002021214b in google::protobuf::internal::AllocateMemory(google::protobuf::internal::AllocationPolicy const*, unsigned long, unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:104:12
#3 0x00002020ffb2 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
#4 0x00002020ffb2 in google::protobuf::internal::SerialArena::AddCleanupFallback(void*, void (*)(void*)) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:229:3
#5 0x0000231e419f in OwnCustomDestructor /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:385:11
#6 0x0000231e419f in OperationParams /-B/ydb/public/api/protos/ydb_operation.pb.cc:559:12
#7 0x0000231e419f in Construct<google::protobuf::Arena *> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:484:24
#8 0x0000231e419f in DoCreateMessage<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:602:12
#9 0x0000231e419f in CreateMessageInternal<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
#10 0x0000231e419f in Ydb::Operations::OperationParams* google::protobuf::Arena::CreateMaybeMessage<Ydb::Operations::OperationParams>(google::protobuf::Arena*) /-B/ydb/public/api/protos/ydb_operation.pb.cc:3965:10
#11 0x000023782c8e in CreateMaybeMessage<Ydb::Operations::OperationParams> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:471:12
#12 0x000023782c8e in _internal_mutable_operation_params /-B/ydb/public/api/protos/ydb_table.pb.h:33444:15
#13 0x000023782c8e in Ydb::Table::CreateSessionRequest::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_table.pb.cc:5945:35
#14 0x00002056eb7f in MergeFromImpl<false> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:156:14
#15 0x00002056eb7f in ParseFrom<(google::protobuf::MessageLite::ParseFlags)1, google::protobuf::io::ZeroCopyInputStream *> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:596:10
#16 0x00002056eb7f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:268:10
#17 0x0000425370a4 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Table::CreateSessionRequest>(grpc::ByteBuffer*, google::protobuf::MessageLite*) /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:84:15
#18 0x000042536310 in Deserialize /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:110:12
#19 0x000042536310 in grpc::ServerInterface::PayloadAsyncRequest<Ydb::Table::CreateSessionRequest>::FinalizeResult(void**, bool*) /-S/contrib/libs/grpc/include/grpcpp/server_interface.h:268:35
#20 0x000034ec1119 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:177:26
#21 0x00003b6fd676 in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#22 0x00003b6fd676 in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:41:17
#23 0x00003b6fd676 in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#24 0x00003b6fd676 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
#25 0x00003b6fd676 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
#26 0x00003b6fd676 in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#27 0x00003b6fd676 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
#28 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#29 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
ERROR test_encryption.py::TestEncryption::test_simple_encryption - 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/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc shutdown warning: left infly: 1, spent: 4.213915 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 7.716768 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.290186 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.805743 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 18.156664 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.522779 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.916069 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.249742 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001752 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1436742==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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e8ebb2 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034e8ebb2 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034e8ebb2 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034e8ebb2 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034e8ebb2 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034e8ebb2 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034e8ebb2 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034e8ebb2 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034e8ebb2 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034e9d82e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b714117 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b705a94 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e8eacc in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034e8eacc in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034e9d82e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b714117 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b705a94 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c367ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c367ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c367ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c367ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c367ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c367ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c367ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c367ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c367ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c367ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034e9242c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034e9242c 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 0x000034e9242c 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c367a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c367a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c367a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034e9242c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034e9242c 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 0x000034e9242c 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e9241a 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 0x000034e9241a 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 0x00003b71200f 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 0x00003b705701 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034611044 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034611044 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034611044 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034611044 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034611044 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000034611044 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000034611044 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000034611044 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000034611044 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000034611044 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000034611044 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 0x00003460fe12 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x00003460fe12 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000034616330 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000034672578 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 0x000034e9d166 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b70f30b 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 0x00003b705172 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034610fa2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034610fa2 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034610fa2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034610fa2 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 0x00003460fe12 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x00003460fe12 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000034616330 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000034672578 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 0x000034e9d166 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b70f30b 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 0x00003b705172 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b6f53e9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x000042270399 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x00004226f3f0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x00004226f3f0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002258b17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022642f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x00002264cb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x00002264c11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x00002264e18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001faa9326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 240 byte(s) in 3 object(s) allocated from:
#0 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000022687436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
#2 0x000022687436 in NMonitoring::TDynamicCounters::GetSubgroup(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>> const&) /-S/library/cpp/monlib/dynamic_counters/counters.cpp:137:19
#3 0x00003b7c164b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
#4 0x00003b7a966a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
#5 0x0000453d7a07 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetFinishDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:495:20
#6 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#7 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#8 0x00003b6fd6bc 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
#9 0x00003b6fd6bc 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
#10 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#11 0x00003b6fd6bc 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
#12 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#13 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#14 0x00002220c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#15 0x00002220c7ac in Execute /-S/util/thread/factory.h:15:13
#16 0x00002220c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#17 0x00001fe0ba64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#18 0x00001faa9326 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 0x00001fae580d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027cc18e8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027cc18e8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027cc18e8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027cc18e8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027cc18e8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027cc18e8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027cc18e8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027cc18e8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027cc158f 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 0x000027cc03e8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7b9c3a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7b9c3a 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 0x00003b7b9c3a 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 0x00003b7b9c3a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b7b9c3a 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 0x00001fb7d09f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b7a7fdf in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b7a7fdf in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b7a7fdf in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x000044410fde in NYdbGrpc::TGRpcRequestImpl<Ydb::Scripting::ExecuteYqlRequest, Ydb::Scripting::ExecuteYqlResponse, NKikimr::NGRpcService::TGRpcYdbScriptingService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b6fd6bc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b6fd6bc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b6fd6bc 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 0x00003b6fd6bc 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 0x00003b6fd6bc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b6fd6bc 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 0x00002220c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
==================== 1 failed, 1 error in 403.93s (0:06:43) ====================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../tests/functional/encryption/ydb-tests-functional-encryption', '--basetemp', '/home/runner/.ya/build/build_root/k1d1/000979/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/k1d1/000979', '--source-root', '/home/runner/.ya/build/build_root/k1d1/000979/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/encryption', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/encryption', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: ((".../tests/functional/encryption/ydb-tests-functional-encryption', '--basetemp', '/home/runner/.ya/build/build_root/k1d1/000979/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/k1d1/000979', '--source-root', '/home/runner/.ya/build/build_root/k1d1/000979/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/k1d1/000979/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/encryption', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/encryption', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
